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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_target_aura.h

Issue 147203004: aura: Remove event-dispatch methods from WindowTreeHostDelegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 6 years, 11 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: content/browser/renderer_host/input/synthetic_gesture_target_aura.h
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
index 4707bc82fdb1bf8cfddf50e8d672575d9a5aaf02..ec1c6ae612385a9e0cc19cd7f87a24ebd5857e23 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
@@ -10,7 +10,8 @@
#include "content/common/input/synthetic_gesture_params.h"
namespace aura {
-class WindowTreeHostDelegate;
+class RootWindow;
+typedef RootWindow WindowEventDispatcher;
class Window;
namespace client {
@@ -47,7 +48,7 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
private:
aura::Window* GetWindow() const;
- aura::WindowTreeHostDelegate* GetWindowTreeHostDelegate() const;
+ aura::WindowEventDispatcher* GetWindowEventDispatcher() const;
aura::client::ScreenPositionClient* GetScreenPositionClient() const;
DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetAura);

Powered by Google App Engine
This is Rietveld 408576698