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 2a168a89c55a45ce1cd0d9bd8ee1b7a8f0df146d..da3080e8855f290d6b0bf9410b79bb37d241f95f 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -490,14 +490,6 @@ void CompositorImpl::OnLostResources() { |
client_->DidLoseResources(); |
} |
-scoped_refptr<cc::ContextProvider> CompositorImpl::OffscreenContextProvider() { |
- // There is no support for offscreen contexts, or compositor filters that |
- // would require them in this compositor instance. If they are needed, |
- // then implement a context provider that provides contexts from |
- // ImageTransportSurfaceAndroid. |
- return NULL; |
-} |
- |
void CompositorImpl::DidCompleteSwapBuffers() { |
client_->OnSwapBuffersCompleted(); |
} |