Chromium Code Reviews| Index: tools/timer/Timer.h |
| diff --git a/tools/timer/Timer.h b/tools/timer/Timer.h |
| index e28a515b540eaa2fe30b69bf82c3c7a8af87c16b..9557596248c7e8790df63d72f41efb3ec3a6dcb8 100644 |
| --- a/tools/timer/Timer.h |
| +++ b/tools/timer/Timer.h |
| @@ -35,7 +35,7 @@ class SkGLContext; |
| */ |
| class Timer { |
| public: |
| - explicit Timer(SkGLContext* gl = NULL); |
| + explicit Timer(SkGLContext* gl = nullptr); |
| void start(); |
| void truncatedEnd(); |