am e9a7d229: am 66b5a2b2: am 5150eb8f: Merge "Initialize pointer members to NULL to avoid illegal reference"
* commit 'e9a7d22963739bfdace392b9a1707cb0936d25b3': Initialize pointer members to NULL to avoid illegal reference
This commit is contained in:
@@ -145,7 +145,7 @@ struct SkiaBitmapShader: public SkiaShader {
|
||||
GLuint* textureUnit);
|
||||
|
||||
private:
|
||||
SkiaBitmapShader() {
|
||||
SkiaBitmapShader() : mBitmap(NULL), mTexture(NULL) {
|
||||
}
|
||||
|
||||
SkBitmap* mBitmap;
|
||||
|
||||
Reference in New Issue
Block a user