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

Unified Diff: ui/aura/test/aura_test_base.h

Issue 209383003: Move wm/public into wm target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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/aura/client/default_activation_client.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_base.h
diff --git a/ui/aura/test/aura_test_base.h b/ui/aura/test/aura_test_base.h
index b9f6e7f68ce309907e9f0571264e7fe43834817d..c38b1520a4db9126ca20dacc82848a88c7c747db 100644
--- a/ui/aura/test/aura_test_base.h
+++ b/ui/aura/test/aura_test_base.h
@@ -40,6 +40,10 @@ class AuraTestBase : public testing::Test {
// Returns whether |event| was handled.
bool DispatchEventUsingWindowDispatcher(ui::Event* event);
+ // Override in derived classes to provide different specializations of
+ // AuraTestHelper.
+ virtual AuraTestHelper* CreateHelper(base::MessageLoopForUI* message_loop);
+
Window* root_window() { return helper_->root_window(); }
WindowTreeHost* host() { return helper_->host(); }
ui::EventProcessor* event_processor() { return helper_->event_processor(); }
« no previous file with comments | « ui/aura/client/default_activation_client.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698