Index: content/renderer/android/synchronous_compositor_factory.h |
diff --git a/content/renderer/android/synchronous_compositor_factory.h b/content/renderer/android/synchronous_compositor_factory.h |
index c21d82acf09e2b778d5543f265647707b891d625..e5d9aa0997ec5383da34369dada97190021a3e2f 100644 |
--- a/content/renderer/android/synchronous_compositor_factory.h |
+++ b/content/renderer/android/synchronous_compositor_factory.h |
@@ -21,6 +21,7 @@ class OutputSurface; |
namespace webkit { |
namespace gpu { |
class ContextProviderWebContext; |
+class WebGraphicsContext3DImpl; |
} |
} |
@@ -57,8 +58,9 @@ class SynchronousCompositorFactory { |
const std::string& debug_name) = 0; |
virtual scoped_refptr<StreamTextureFactory> CreateStreamTextureFactory( |
int frame_id) = 0; |
- virtual blink::WebGraphicsContext3D* CreateOffscreenGraphicsContext3D( |
- const blink::WebGraphicsContext3D::Attributes& attributes) = 0; |
+ virtual webkit::gpu::WebGraphicsContext3DImpl* |
+ CreateOffscreenGraphicsContext3D( |
+ const blink::WebGraphicsContext3D::Attributes& attributes) = 0; |
protected: |
SynchronousCompositorFactory() {} |