| Index: mojo/examples/aura_demo/demo_context_factory.h
|
| diff --git a/mojo/examples/aura_demo/demo_context_factory.h b/mojo/examples/aura_demo/demo_context_factory.h
|
| index 062db4242156db9a4d86bcc0d8c49a465d68da7b..f4d07ca4d653f2f1ebccea82d5e635c6800f75b4 100644
|
| --- a/mojo/examples/aura_demo/demo_context_factory.h
|
| +++ b/mojo/examples/aura_demo/demo_context_factory.h
|
| @@ -34,8 +34,6 @@ class DemoContextFactory : public ui::ContextFactory {
|
| virtual void RemoveReflector(scoped_refptr<ui::Reflector> reflector) OVERRIDE;
|
|
|
| virtual scoped_refptr<cc::ContextProvider>
|
| - OffscreenCompositorContextProvider() OVERRIDE;
|
| - virtual scoped_refptr<cc::ContextProvider>
|
| SharedMainThreadContextProvider() OVERRIDE;
|
| virtual void RemoveCompositor(ui::Compositor* compositor) OVERRIDE;
|
| virtual bool DoesCreateTestContexts() OVERRIDE;
|
| @@ -44,8 +42,6 @@ class DemoContextFactory : public ui::ContextFactory {
|
|
|
| private:
|
| scoped_refptr<webkit::gpu::ContextProviderInProcess>
|
| - offscreen_compositor_contexts_;
|
| - scoped_refptr<webkit::gpu::ContextProviderInProcess>
|
| shared_main_thread_contexts_;
|
|
|
| WindowTreeHostMojo* rwhm_;
|
|
|