Index: mojo/examples/aura_demo/demo_context_factory.cc |
diff --git a/mojo/examples/aura_demo/demo_context_factory.cc b/mojo/examples/aura_demo/demo_context_factory.cc |
index 74956aa775ecf09348c8fb8d91aeb7eb66aa8ec8..64214ca4628bb152d98b9f95d08311104a341bad 100644 |
--- a/mojo/examples/aura_demo/demo_context_factory.cc |
+++ b/mojo/examples/aura_demo/demo_context_factory.cc |
@@ -27,7 +27,6 @@ class MojoContextProvider : public cc::ContextProvider { |
// cc::ContextProvider implementation. |
virtual bool BindToCurrentThread() OVERRIDE { return true; } |
- virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE { return NULL; } |
virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE { |
return gles2_client_impl_->Interface(); |
} |