Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1024)

Side by Side Diff: ui/events/blink/input_handler_proxy.h

Issue 2639273002: Give WebTouchEvent and WebKeyboardEvent their own headers (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/events/blink/blink_event_util.h ('k') | ui/events/blink/input_handler_proxy.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 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 UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_H_ 5 #ifndef UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_H_
6 #define UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_H_ 6 #define UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/containers/hash_tables.h" 10 #include "base/containers/hash_tables.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "cc/input/input_handler.h" 12 #include "cc/input/input_handler.h"
13 #include "third_party/WebKit/public/platform/WebCoalescedInputEvent.h" 13 #include "third_party/WebKit/public/platform/WebCoalescedInputEvent.h"
14 #include "third_party/WebKit/public/platform/WebGestureCurve.h" 14 #include "third_party/WebKit/public/platform/WebGestureCurve.h"
15 #include "third_party/WebKit/public/platform/WebGestureCurveTarget.h" 15 #include "third_party/WebKit/public/platform/WebGestureCurveTarget.h"
16 #include "third_party/WebKit/public/platform/WebGestureEvent.h" 16 #include "third_party/WebKit/public/platform/WebGestureEvent.h"
17 #include "third_party/WebKit/public/web/WebActiveWheelFlingParameters.h" 17 #include "third_party/WebKit/public/web/WebActiveWheelFlingParameters.h"
18 #include "ui/events/blink/blink_features.h" 18 #include "ui/events/blink/blink_features.h"
19 #include "ui/events/blink/input_scroll_elasticity_controller.h" 19 #include "ui/events/blink/input_scroll_elasticity_controller.h"
20 #include "ui/events/blink/synchronous_input_handler_proxy.h" 20 #include "ui/events/blink/synchronous_input_handler_proxy.h"
21 21
22 namespace base { 22 namespace base {
23 class TickClock; 23 class TickClock;
24 } 24 }
25 25
26 namespace blink { 26 namespace blink {
27 class WebMouseWheelEvent; 27 class WebMouseWheelEvent;
28 class WebTouchEvent;
28 } 29 }
29 30
30 namespace ui { 31 namespace ui {
31 32
32 namespace test { 33 namespace test {
33 class InputHandlerProxyTest; 34 class InputHandlerProxyTest;
34 class InputHandlerProxyEventQueueTest; 35 class InputHandlerProxyEventQueueTest;
35 } 36 }
36 37
37 class CompositorThreadEventQueue; 38 class CompositorThreadEventQueue;
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 bool has_ongoing_compositor_scroll_pinch_; 257 bool has_ongoing_compositor_scroll_pinch_;
257 258
258 std::unique_ptr<base::TickClock> tick_clock_; 259 std::unique_ptr<base::TickClock> tick_clock_;
259 260
260 DISALLOW_COPY_AND_ASSIGN(InputHandlerProxy); 261 DISALLOW_COPY_AND_ASSIGN(InputHandlerProxy);
261 }; 262 };
262 263
263 } // namespace ui 264 } // namespace ui
264 265
265 #endif // UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_H_ 266 #endif // UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_H_
OLDNEW
« no previous file with comments | « ui/events/blink/blink_event_util.h ('k') | ui/events/blink/input_handler_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698