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 e5d9aa0997ec5383da34369dada97190021a3e2f..9653bc265fd66d85f18eda043bb9968a60689939 100644 |
--- a/content/renderer/android/synchronous_compositor_factory.h |
+++ b/content/renderer/android/synchronous_compositor_factory.h |
@@ -21,7 +21,7 @@ class OutputSurface; |
namespace webkit { |
namespace gpu { |
class ContextProviderWebContext; |
-class WebGraphicsContext3DImpl; |
+class WebGraphicsContext3DInProcessCommandBufferImpl; |
} |
} |
@@ -58,7 +58,7 @@ class SynchronousCompositorFactory { |
const std::string& debug_name) = 0; |
virtual scoped_refptr<StreamTextureFactory> CreateStreamTextureFactory( |
int frame_id) = 0; |
- virtual webkit::gpu::WebGraphicsContext3DImpl* |
+ virtual webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl* |
CreateOffscreenGraphicsContext3D( |
const blink::WebGraphicsContext3D::Attributes& attributes) = 0; |