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

Unified Diff: ui/compositor/test/test_compositor_host.h

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Restore mash Created 4 years 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
« no previous file with comments | « ui/compositor/test/in_process_context_factory.h ('k') | ui/compositor/test/test_compositor_host_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/test_compositor_host.h
diff --git a/ui/compositor/test/test_compositor_host.h b/ui/compositor/test/test_compositor_host.h
index 2fc1f16e193cb96cb33026abb96fb332e0fdbee1..a84925bb94aa2cc9f0db7a44ee1c018f5222f7e4 100644
--- a/ui/compositor/test/test_compositor_host.h
+++ b/ui/compositor/test/test_compositor_host.h
@@ -13,14 +13,17 @@ namespace ui {
class Compositor;
class ContextFactory;
+class ContextFactoryPrivate;
class TestCompositorHost {
public:
virtual ~TestCompositorHost() {}
// Creates a new TestCompositorHost. The caller owns the returned value.
- static TestCompositorHost* Create(const gfx::Rect& bounds,
- ui::ContextFactory* context_factory);
+ static TestCompositorHost* Create(
+ const gfx::Rect& bounds,
+ ui::ContextFactory* context_factory,
+ ui::ContextFactoryPrivate* context_factory_private);
// Shows the TestCompositorHost. Must only be called once.
virtual void Show() = 0;
« no previous file with comments | « ui/compositor/test/in_process_context_factory.h ('k') | ui/compositor/test/test_compositor_host_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698