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); |