Index: content/browser/renderer_host/compositor_impl_android.h |
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h |
index b825a315e64fcb570506d7f352db648ce5ad2695..665a759af01305acac400127a9b4a7de47d0cb49 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -86,8 +86,6 @@ class CONTENT_EXPORT CompositorImpl |
virtual void DidCommit() OVERRIDE; |
virtual void DidCommitAndDrawFrame() OVERRIDE {} |
virtual void DidCompleteSwapBuffers() OVERRIDE; |
- virtual scoped_refptr<cc::ContextProvider> |
- OffscreenContextProvider() OVERRIDE; |
// LayerTreeHostSingleThreadClient implementation. |
virtual void ScheduleComposite() OVERRIDE; |
@@ -118,8 +116,6 @@ class CONTENT_EXPORT CompositorImpl |
CompositorClient* client_; |
- scoped_refptr<cc::ContextProvider> null_offscreen_context_provider_; |
- |
typedef base::ScopedPtrHashMap<cc::UIResourceId, cc::UIResourceClient> |
UIResourceMap; |
UIResourceMap ui_resource_map_; |