Chromium Code Reviews| Index: debugger/SkDebugger.h |
| diff --git a/debugger/SkDebugger.h b/debugger/SkDebugger.h |
| index 230a1ffc4e7b6bdf83b65965d6559942da6e2bd6..94f83b71c313c7783494524d9f7fc487e7ff184d 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() { |