Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index 5da1a65de7722ce93ecccc37caf2842bc74b0706..3df08f94bf59061da553ef8a932f1a5ac4a35384 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -175,6 +175,10 @@ bool CompositorImpl::CompositeAndReadback(void *pixels, const gfx::Rect& rect) { |
return false; |
} |
+WebKit::WebGraphicsContext3D* CompositorImpl::GetContext3D() { |
+ return ImageTransportFactoryAndroid::GetInstance()->GetContext3D(); |
+} |
+ |
void CompositorImpl::updateAnimations(double frameBeginTime) { |
} |