diff options
Diffstat (limited to 'libs/hwui/Dither.cpp')
-rw-r--r-- | libs/hwui/Dither.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Dither.cpp b/libs/hwui/Dither.cpp index 77006a43913d..12d9389276c9 100644 --- a/libs/hwui/Dither.cpp +++ b/libs/hwui/Dither.cpp @@ -24,7 +24,7 @@ namespace uirenderer { // Lifecycle /////////////////////////////////////////////////////////////////////////////// -Dither::Dither(): mCaches(NULL), mInitialized(false), mDitherTexture(0) { +Dither::Dither(): mCaches(nullptr), mInitialized(false), mDitherTexture(0) { } void Dither::bindDitherTexture() { |