OLD | NEW |
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ | 5 #ifndef CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ |
6 #define CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ | 6 #define CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ |
7 | 7 |
8 #include "base/time/time.h" | 8 #include "base/time/time.h" |
9 #include "content/browser/renderer_host/synthetic_gesture_calculator.h" | 9 #include "content/browser/renderer_host/synthetic_gesture_calculator.h" |
10 #include "content/port/browser/synthetic_gesture.h" | 10 #include "content/port/browser/synthetic_gesture.h" |
(...skipping 25 matching lines...) Expand all Loading... |
36 gfx::Point location_; | 36 gfx::Point location_; |
37 aura::Window* window_; | 37 aura::Window* window_; |
38 SyntheticGestureCalculator synthetic_gesture_calculator_; | 38 SyntheticGestureCalculator synthetic_gesture_calculator_; |
39 | 39 |
40 DISALLOW_COPY_AND_ASSIGN(TouchSmoothScrollGestureAura); | 40 DISALLOW_COPY_AND_ASSIGN(TouchSmoothScrollGestureAura); |
41 }; | 41 }; |
42 | 42 |
43 } // namespace content | 43 } // namespace content |
44 | 44 |
45 #endif // CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ | 45 #endif // CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ |
OLD | NEW |