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

Unified Diff: src/animator/SkPaintPart.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/SkOperandIterpolator.cpp ('k') | src/animator/SkPaintPart.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/animator/SkPaintPart.h
diff --git a/src/animator/SkPaintPart.h b/src/animator/SkPaintPart.h
index 2907d816157d0a901003b2fb6980044d4fb5e9c2..a7e28ed3e27c40aa9eccfac5d15341297bb00c08 100644
--- a/src/animator/SkPaintPart.h
+++ b/src/animator/SkPaintPart.h
@@ -51,7 +51,7 @@ class SkDrawShader : public SkPaintPart {
virtual SkShader* getShader();
protected:
bool add() override;
- SkMatrix* getMatrix(); // returns NULL if matrix is NULL
+ SkMatrix* getMatrix(); // returns nullptr if matrix is nullptr
SkDrawMatrix* matrix;
int /*SkShader::TileMode*/ tileMode;
};
« no previous file with comments | « src/animator/SkOperandIterpolator.cpp ('k') | src/animator/SkPaintPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698