Index: mojo/examples/compositor_app/compositor_host.h |
diff --git a/mojo/examples/compositor_app/compositor_host.h b/mojo/examples/compositor_app/compositor_host.h |
index 5bbe71d4a611fd813611ff730e4e1e26885972f9..cd871864bf14c5772b621a13eb78989417fbf393 100644 |
--- a/mojo/examples/compositor_app/compositor_host.h |
+++ b/mojo/examples/compositor_app/compositor_host.h |
@@ -42,8 +42,6 @@ class CompositorHost : public cc::LayerTreeHostClient { |
virtual void DidCommit() OVERRIDE; |
virtual void DidCommitAndDrawFrame() OVERRIDE; |
virtual void DidCompleteSwapBuffers() OVERRIDE; |
- virtual scoped_refptr<cc::ContextProvider> OffscreenContextProvider() |
- OVERRIDE; |
private: |
void SetupScene(); |