aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/timer/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/timer/Timer.h')
-rw-r--r--tools/timer/Timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/timer/Timer.h b/tools/timer/Timer.h
index 15c93f5603..81d1ca50ef 100644
--- a/tools/timer/Timer.h
+++ b/tools/timer/Timer.h
@@ -21,7 +21,7 @@
#include "GpuTimer.h"
#endif
-class SkGLContextHelper;
+class SkGLContext;
/**
* SysTimers and GpuTimers are implemented orthogonally.
@@ -34,7 +34,7 @@ class SkGLContextHelper;
*/
class Timer {
public:
- explicit Timer(SkGLContextHelper* gl = NULL);
+ explicit Timer(SkGLContext* gl = NULL);
void start();
void truncatedEnd();