Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / renderer_host / input / synthetic_gesture_target_aura.h
index 4707bc8..ec1c6ae 100644 (file)
@@ -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);