Index: content/browser/android/in_process/synchronous_compositor_factory_impl.cc |
diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc |
index d6ae172122bf242ebd0fe484681598a0ab46d226..4f392bfb9f0692cca3ebf03c1c065342ce155e5a 100644 |
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc |
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc |
@@ -35,8 +35,8 @@ |
return attributes; |
} |
-using gpu_blink::WebGraphicsContext3DImpl; |
using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl; |
+using webkit::gpu::WebGraphicsContext3DImpl; |
scoped_ptr<gpu::GLInProcessContext> CreateOffscreenContext( |
const blink::WebGraphicsContext3D::Attributes& attributes) { |