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

Unified Diff: ui/aura/test/event_generator.cc

Issue 184903003: Window ownership -> WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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/remote_window_tree_host_win.cc ('k') | ui/aura/test/ui_controls_factory_aurawin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/event_generator.cc
diff --git a/ui/aura/test/event_generator.cc b/ui/aura/test/event_generator.cc
index 705df126b64e9d90e43d9e95886386fba19a56bf..b1dcab525dddb534986cd86be5b251a7726d544e 100644
--- a/ui/aura/test/event_generator.cc
+++ b/ui/aura/test/event_generator.cc
@@ -41,7 +41,7 @@ class DefaultEventGeneratorDelegate : public EventGeneratorDelegate {
// EventGeneratorDelegate overrides:
virtual WindowEventDispatcher* GetDispatcherAt(
const gfx::Point& point) const OVERRIDE {
- return root_window_->GetDispatcher();
+ return root_window_->GetHost()->dispatcher();
}
virtual client::ScreenPositionClient* GetScreenPositionClient(
« no previous file with comments | « ui/aura/remote_window_tree_host_win.cc ('k') | ui/aura/test/ui_controls_factory_aurawin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698