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