diff options
Diffstat (limited to 'libs/hwui/RevealClip.h')
-rw-r--r-- | libs/hwui/RevealClip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/RevealClip.h b/libs/hwui/RevealClip.h index a9600f18f9bf..0084a8edccfc 100644 --- a/libs/hwui/RevealClip.h +++ b/libs/hwui/RevealClip.h @@ -54,7 +54,7 @@ public: float getRadius() const { return mRadius; } const SkPath* getPath() const { - if (!mShouldClip) return NULL; + if (!mShouldClip) return nullptr; return &mPath; } |