Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Unified Diff: mojo/examples/aura_demo/demo_context_factory.h

Issue 251343002: Remove offscreen compositor contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-offscreencontext: include Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.cc ('k') | mojo/examples/aura_demo/demo_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698