aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/timer/GpuTimer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/timer/GpuTimer.cpp')
-rw-r--r--tools/timer/GpuTimer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/timer/GpuTimer.cpp b/tools/timer/GpuTimer.cpp
index 0fdd999922..aac10a3b07 100644
--- a/tools/timer/GpuTimer.cpp
+++ b/tools/timer/GpuTimer.cpp
@@ -6,10 +6,10 @@
* found in the LICENSE file.
*/
#include "GpuTimer.h"
-#include "gl/SkGLContext.h"
+#include "gl/SkGLContextHelper.h"
#include "gl/GrGLUtil.h"
-GpuTimer::GpuTimer(const SkGLContext* glctx) : fContext(glctx) {
+GpuTimer::GpuTimer(const SkGLContextHelper* glctx) : fContext(glctx) {
if (fContext) {
fContext->ref();
fContext->makeCurrent();