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