summaryrefslogtreecommitdiffstats
path: root/cc/output/gl_renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/output/gl_renderer.h')
-rw-r--r--cc/output/gl_renderer.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index 85c0fa1..decb7d0 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -25,9 +25,14 @@ class SkBitmap;
namespace blink { class WebGraphicsContext3D; }
+namespace gpu {
+namespace gles2 {
+class GLES2Interface;
+}
+}
+
namespace cc {
-class ContextProvider;
class GLRendererShaderTest;
class OutputSurface;
class PictureDrawQuad;
@@ -398,6 +403,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
SolidColorProgramAA solid_color_program_aa_;
blink::WebGraphicsContext3D* context_;
+ gpu::gles2::GLES2Interface* gl_;
gpu::ContextSupport* context_support_;
skia::RefPtr<GrContext> gr_context_;