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

Side by Side Diff: ui/events/gestures/gesture_provider_aura.h

Issue 458363002: Remove old Aura Gesture Detection Pipeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address sadrul's comment, and rebase. Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « ui/events/gestures/gesture_point.cc ('k') | ui/events/gestures/gesture_recognizer_impl.h » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_GESTURE_DETECTION_UI_GESTURE_PROVIDER_H_ 5 #ifndef UI_EVENTS_GESTURE_DETECTION_UI_GESTURE_PROVIDER_H_
6 #define UI_EVENTS_GESTURE_DETECTION_UI_GESTURE_PROVIDER_H_ 6 #define UI_EVENTS_GESTURE_DETECTION_UI_GESTURE_PROVIDER_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/scoped_vector.h"
9 #include "ui/events/event.h" 10 #include "ui/events/event.h"
10 #include "ui/events/events_export.h" 11 #include "ui/events/events_export.h"
11 #include "ui/events/gesture_detection/filtered_gesture_provider.h" 12 #include "ui/events/gesture_detection/filtered_gesture_provider.h"
12 #include "ui/events/gesture_detection/gesture_event_data_packet.h" 13 #include "ui/events/gesture_detection/gesture_event_data_packet.h"
13 #include "ui/events/gesture_detection/touch_disposition_gesture_filter.h" 14 #include "ui/events/gesture_detection/touch_disposition_gesture_filter.h"
14 #include "ui/events/gestures/motion_event_aura.h" 15 #include "ui/events/gestures/motion_event_aura.h"
15 16
16 namespace ui { 17 namespace ui {
17 18
18 class EVENTS_EXPORT GestureProviderAuraClient { 19 class EVENTS_EXPORT GestureProviderAuraClient {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 ui::LatencyInfo last_touch_event_latency_info_; 51 ui::LatencyInfo last_touch_event_latency_info_;
51 bool handling_event_; 52 bool handling_event_;
52 ScopedVector<GestureEvent> pending_gestures_; 53 ScopedVector<GestureEvent> pending_gestures_;
53 54
54 DISALLOW_COPY_AND_ASSIGN(GestureProviderAura); 55 DISALLOW_COPY_AND_ASSIGN(GestureProviderAura);
55 }; 56 };
56 57
57 } // namespace ui 58 } // namespace ui
58 59
59 #endif // UI_EVENTS_GESTURE_DETECTION_UI_GESTURE_PROVIDER_H_ 60 #endif // UI_EVENTS_GESTURE_DETECTION_UI_GESTURE_PROVIDER_H_
OLDNEW
« no previous file with comments | « ui/events/gestures/gesture_point.cc ('k') | ui/events/gestures/gesture_recognizer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698