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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc

Issue 191153004: Provide access to the WindowEventDispatcher as a ui::EventProcessor. (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
Index: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
index e8ce43e4700c34780df37b4ebaea705ed6812792..77a682c8d01a1f08d3292c7647cfff040a449029 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
@@ -220,9 +220,9 @@ class ScreenEventGeneratorDelegate : public aura::test::EventGeneratorDelegate {
virtual ~ScreenEventGeneratorDelegate() {}
// EventGeneratorDelegate overrides:
- virtual aura::WindowEventDispatcher* GetDispatcherAt(
+ virtual aura::WindowTreeHost* GetHostAt(
const gfx::Point& point) const OVERRIDE {
- return root_window_->GetHost()->dispatcher();
+ return root_window_->GetHost();
}
virtual aura::client::ScreenPositionClient* GetScreenPositionClient(

Powered by Google App Engine
This is Rietveld 408576698