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 af50011c7b90b994f70ed2c229f1e85f16075a5b..6cfa67e06e85fd975c9ac66142d515a41cba069d 100644 |
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc |
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc |
@@ -207,7 +207,7 @@ SynchronousCompositorFactoryImpl::CreateStreamTextureFactory(int frame_id) { |
return factory; |
} |
-blink::WebGraphicsContext3D* |
+webkit::gpu::WebGraphicsContext3DImpl* |
danakj
2014/08/15 15:28:44
Why the change in types from WGC3D to WGC3DImpl? T
dshwang
2014/08/15 16:02:32
I add BindToCurrentThread in WebGraphicsContext3DI
|
SynchronousCompositorFactoryImpl::CreateOffscreenGraphicsContext3D( |
const blink::WebGraphicsContext3D::Attributes& attributes) { |
return WrapContextWithAttributes(CreateOffscreenContext(attributes), |