aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/timer/TimerData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/timer/TimerData.cpp')
-rw-r--r--tools/timer/TimerData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/timer/TimerData.cpp b/tools/timer/TimerData.cpp
index 21529bc2e0..d1460f73fd 100644
--- a/tools/timer/TimerData.cpp
+++ b/tools/timer/TimerData.cpp
@@ -19,7 +19,7 @@ TimerData::TimerData(int maxNumTimings)
, fGpuTimes(maxNumTimings) {}
bool TimerData::appendTimes(Timer* timer) {
- SkASSERT(timer != NULL);
+ SkASSERT(timer != nullptr);
if (fCurrTiming >= fMaxNumTimings) {
return false;
}