| Index: mojo/examples/compositor_app/compositor_host.cc
|
| diff --git a/mojo/examples/compositor_app/compositor_host.cc b/mojo/examples/compositor_app/compositor_host.cc
|
| index ff6854dcee9cfb9eec7aa8c255216437fe8936df..df41fb1a5d25d5f7085bb75bf56992c8b901f06e 100644
|
| --- a/mojo/examples/compositor_app/compositor_host.cc
|
| +++ b/mojo/examples/compositor_app/compositor_host.cc
|
| @@ -22,7 +22,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();
|
| }
|
|
|