aboutsummaryrefslogtreecommitdiffstats
path: root/debugger/SkDebugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/SkDebugger.h')
-rw-r--r--debugger/SkDebugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/SkDebugger.h b/debugger/SkDebugger.h
index 230a1ffc4e..94f83b71c3 100644
--- a/debugger/SkDebugger.h
+++ b/debugger/SkDebugger.h
@@ -86,7 +86,7 @@ public:
}
SkRect pictureCull() const {
- return NULL == fPicture ? SkRect::MakeEmpty() : fPicture->cullRect();
+ return nullptr == fPicture ? SkRect::MakeEmpty() : fPicture->cullRect();
}
int index() {