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 6eb6430b511501db466621021faab512a0233079..3ee74a095944c965de54236e7c4d281be8b1aa62 100644 |
--- a/content/renderer/android/synchronous_compositor_factory.h |
+++ b/content/renderer/android/synchronous_compositor_factory.h |
@@ -19,10 +19,13 @@ class ContextProvider; |
class OutputSurface; |
} |
+namespace gpu_blink { |
+class WebGraphicsContext3DInProcessCommandBufferImpl; |
+} |
+ |
namespace webkit { |
namespace gpu { |
class ContextProviderWebContext; |
-class WebGraphicsContext3DInProcessCommandBufferImpl; |
} |
} |
@@ -62,7 +65,7 @@ class SynchronousCompositorFactory { |
const std::string& debug_name) = 0; |
virtual scoped_refptr<StreamTextureFactory> CreateStreamTextureFactory( |
int frame_id) = 0; |
- virtual webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl* |
+ virtual gpu_blink::WebGraphicsContext3DInProcessCommandBufferImpl* |
CreateOffscreenGraphicsContext3D( |
const blink::WebGraphicsContext3D::Attributes& attributes) = 0; |