Index: tools/PictureRenderer.h |
diff --git a/tools/PictureRenderer.h b/tools/PictureRenderer.h |
index 8465af2deb6bd6f1d1dea9ab997eddc0847e17c7..04ac20fcb609e0acf16a12961daef83173a0e57d 100644 |
--- a/tools/PictureRenderer.h |
+++ b/tools/PictureRenderer.h |
@@ -30,7 +30,7 @@ |
class SkBitmap; |
class SkCanvas; |
-class SkGLContext; |
+class SkGLContextHelper; |
class SkThread; |
namespace sk_tools { |
@@ -369,7 +369,7 @@ |
} |
} |
- SkGLContext* getGLContext() { |
+ SkGLContextHelper* getGLContext() { |
GrContextFactory::GLContextType glContextType |
= GrContextFactory::kNull_GLContextType; |
switch(fDeviceType) { |