Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 959180e5 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am 3a3bdd04: am ee846d3e: am 38cf0704: am e9a7d229: am 66b5a2b2: am 5150eb8f:...

am 3a3bdd04: am ee846d3e: am 38cf0704: am e9a7d229: am 66b5a2b2: am 5150eb8f: Merge "Initialize pointer members to NULL to avoid illegal reference"

* commit '3a3bdd04':
  Initialize pointer members to NULL to avoid illegal reference
parents 6e5166ab 3a3bdd04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ struct SkiaBitmapShader: public SkiaShader {
            GLuint* textureUnit);

private:
    SkiaBitmapShader() {
    SkiaBitmapShader() : mBitmap(NULL), mTexture(NULL) {
    }

    SkBitmap* mBitmap;