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

Unified Diff: ui/wm/test/wm_test_helper.h

Issue 273073002: Changes code using Compositor to pass in ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tooltip on chromeos 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/views/widget/widget_unittest.cc ('k') | ui/wm/test/wm_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/test/wm_test_helper.h
diff --git a/ui/wm/test/wm_test_helper.h b/ui/wm/test/wm_test_helper.h
index 52707a4e71c7d4487b64405b613e18434ccbde0f..79e15ffbd9b4a8803d16d9e75d9ffe3497158e98 100644
--- a/ui/wm/test/wm_test_helper.h
+++ b/ui/wm/test/wm_test_helper.h
@@ -24,6 +24,10 @@ class Rect;
class Size;
}
+namespace ui {
+class ContextFactory;
+}
+
namespace wm {
class CompoundEventFilter;
@@ -34,7 +38,8 @@ class InputMethodEventFilter;
// the ash parts of the code.
class WMTestHelper : public aura::client::WindowTreeClient {
public:
- explicit WMTestHelper(const gfx::Size& default_window_size);
+ WMTestHelper(const gfx::Size& default_window_size,
+ ui::ContextFactory* context_factory);
virtual ~WMTestHelper();
aura::WindowTreeHost* host() { return host_.get(); }
« no previous file with comments | « ui/views/widget/widget_unittest.cc ('k') | ui/wm/test/wm_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698