| 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 5a4d6d252b2b51d50999a89c4ac2f9f02327ec66..43e1fc2ac20cffd19becde2c85f5f0097905ebb0 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,7 @@
|
| #include "content/common/input/synthetic_gesture_params.h"
|
|
|
| namespace aura {
|
| -class RootWindowHostDelegate;
|
| +class WindowTreeHostDelegate;
|
| class Window;
|
|
|
| namespace client {
|
| @@ -49,7 +49,7 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
|
|
|
| private:
|
| aura::Window* GetWindow() const;
|
| - aura::RootWindowHostDelegate* GetRootWindowHostDelegate() const;
|
| + aura::WindowTreeHostDelegate* GetWindowTreeHostDelegate() const;
|
| aura::client::ScreenPositionClient* GetScreenPositionClient() const;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetAura);
|
|
|