Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: src/animator/SkDrawGroup.h

Issue 1316233002: Style Change: NULL->nullptr (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-27 (Thursday) 10:25:06 EDT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/animator/SkDrawGradient.cpp ('k') | src/animator/SkDrawGroup.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkDrawGroup.h
diff --git a/src/animator/SkDrawGroup.h b/src/animator/SkDrawGroup.h
index 83e6771d2d7931634d25d9bc8ace8ecc65e19541..f1b7bb6e28c4ac17376c93c8bd94900f29b29fdf 100644
--- a/src/animator/SkDrawGroup.h
+++ b/src/animator/SkDrawGroup.h
@@ -38,7 +38,7 @@ public:
SkGroup* getOriginal() { return fOriginal; }
bool hasEnable() const override;
void initialize() override;
- SkBool isACopy() { return fOriginal != NULL; }
+ SkBool isACopy() { return fOriginal != nullptr; }
void markCopyClear(int index);
void markCopySet(int index);
void markCopySize(int index);
« no previous file with comments | « src/animator/SkDrawGradient.cpp ('k') | src/animator/SkDrawGroup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698