aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/timer/Timer.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-08-27 07:41:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-27 07:41:16 -0700
commit96fcdcc219d2a0d3579719b84b28bede76efba64 (patch)
tree0ec5ea0193d8292df8bf5ed9dd8498a5eb5763dd /tools/timer/Timer.h
parent435af2f736c85c3274a0c6760a3523810750d237 (diff)
Style Change: NULL->nullptr
Diffstat (limited to 'tools/timer/Timer.h')
-rw-r--r--tools/timer/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/timer/Timer.h b/tools/timer/Timer.h
index e28a515b54..9557596248 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();