aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/timer/Timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/timer/Timer.cpp')
-rw-r--r--tools/timer/Timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/timer/Timer.cpp b/tools/timer/Timer.cpp
index 4f3fc85cff..a9f04afe75 100644
--- a/tools/timer/Timer.cpp
+++ b/tools/timer/Timer.cpp
@@ -6,7 +6,7 @@
*/
#include "Timer.h"
-Timer::Timer(SkGLContextHelper* gl)
+Timer::Timer(SkGLContext* gl)
: fCpu(-1.0)
, fWall(-1.0)
, fTruncatedCpu(-1.0)