diff options
Diffstat (limited to 'cc/test/fake_layer_tree_host_client.h')
-rw-r--r-- | cc/test/fake_layer_tree_host_client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h index 65ca019..1b0ec1f 100644 --- a/cc/test/fake_layer_tree_host_client.h +++ b/cc/test/fake_layer_tree_host_client.h @@ -40,7 +40,6 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient, virtual void DidCommit() OVERRIDE {} virtual void DidCommitAndDrawFrame() OVERRIDE {} virtual void DidCompleteSwapBuffers() OVERRIDE {} - virtual scoped_refptr<ContextProvider> OffscreenContextProvider() OVERRIDE; // LayerTreeHostSingleThreadClient implementation. virtual void ScheduleComposite() OVERRIDE {} @@ -51,8 +50,6 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient, private: bool use_software_rendering_; bool use_delegating_renderer_; - - scoped_refptr<TestContextProvider> offscreen_contexts_; }; } // namespace cc |