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

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

Issue 285373012: Temporarily adds another constructor to Compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak Created 6 years, 7 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
« no previous file with comments | « ui/compositor/test/context_factories_for_test.cc ('k') | ui/compositor/test/test_compositor_host_mac.mm » ('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 67e7606c0616126f0635f27c46a5f3b13f003dce..dfdd87d25ce8e7d2bc4323ccdb10a6534ec81021 100644
--- a/ui/compositor/test/test_compositor_host.h
+++ b/ui/compositor/test/test_compositor_host.h
@@ -12,13 +12,15 @@ class Rect;
namespace ui {
class Compositor;
+class ContextFactory;
class TestCompositorHost {
public:
virtual ~TestCompositorHost() {}
// Creates a new TestCompositorHost. The caller owns the returned value.
- static TestCompositorHost* Create(const gfx::Rect& bounds);
+ static TestCompositorHost* Create(const gfx::Rect& bounds,
+ ui::ContextFactory* context_factory);
// Shows the TestCompositorHost.
virtual void Show() = 0;
« no previous file with comments | « ui/compositor/test/context_factories_for_test.cc ('k') | ui/compositor/test/test_compositor_host_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698