| 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 9befda688f4bbab2ab8bd6f7e7db8e6b67d2227d..5a4d6d252b2b51d50999a89c4ac2f9f02327ec66 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
|
| @@ -11,7 +11,12 @@
|
|
|
| namespace aura {
|
| class RootWindowHostDelegate;
|
| +class Window;
|
| +
|
| +namespace client {
|
| +class ScreenPositionClient;
|
| }
|
| +} // namespace aura
|
|
|
| namespace content {
|
|
|
| @@ -43,7 +48,9 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
|
| virtual int GetTouchSlopInDips() const OVERRIDE;
|
|
|
| private:
|
| + aura::Window* GetWindow() const;
|
| aura::RootWindowHostDelegate* GetRootWindowHostDelegate() const;
|
| + aura::client::ScreenPositionClient* GetScreenPositionClient() const;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetAura);
|
| };
|
|
|