Index: tools/timer/Timer.h |
diff --git a/tools/timer/Timer.h b/tools/timer/Timer.h |
index 15c93f5603cae9478574a7136069a163ca427768..81d1ca50ef8922495c6c732a3e912bb045454c9e 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(); |