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

Side by Side Diff: ui/base/gestures/gesture_recognizer_impl.h

Issue 10917075: events: Move some files into ui/base/events/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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/base/gestures/gesture_recognizer.h ('k') | ui/base/gestures/gesture_recognizer_impl.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_BASE_GESTURES_GESTURE_RECOGNIZER_IMPL_H_ 5 #ifndef UI_BASE_GESTURES_GESTURE_RECOGNIZER_IMPL_H_
6 #define UI_BASE_GESTURES_GESTURE_RECOGNIZER_IMPL_H_ 6 #define UI_BASE_GESTURES_GESTURE_RECOGNIZER_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <queue> 9 #include <queue>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/memory/linked_ptr.h" 12 #include "base/memory/linked_ptr.h"
13 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
14 #include "ui/base/events.h" 14 #include "ui/base/events/event_constants.h"
15 #include "ui/base/gestures/gesture_recognizer.h" 15 #include "ui/base/gestures/gesture_recognizer.h"
16 #include "ui/base/ui_export.h" 16 #include "ui/base/ui_export.h"
17 #include "ui/gfx/point.h" 17 #include "ui/gfx/point.h"
18 18
19 namespace ui { 19 namespace ui {
20 class GestureConsumer; 20 class GestureConsumer;
21 class GestureEvent; 21 class GestureEvent;
22 class GestureEventHelper; 22 class GestureEventHelper;
23 class GestureSequence; 23 class GestureSequence;
24 class TouchEvent; 24 class TouchEvent;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 // gesture_consumer_ignorer_. 81 // gesture_consumer_ignorer_.
82 scoped_ptr<GestureConsumer> gesture_consumer_ignorer_; 82 scoped_ptr<GestureConsumer> gesture_consumer_ignorer_;
83 GestureEventHelper* helper_; 83 GestureEventHelper* helper_;
84 84
85 DISALLOW_COPY_AND_ASSIGN(GestureRecognizerImpl); 85 DISALLOW_COPY_AND_ASSIGN(GestureRecognizerImpl);
86 }; 86 };
87 87
88 } // namespace ui 88 } // namespace ui
89 89
90 #endif // UI_BASE_GESTURES_GESTURE_RECOGNIZER_IMPL_H_ 90 #endif // UI_BASE_GESTURES_GESTURE_RECOGNIZER_IMPL_H_
OLDNEW
« no previous file with comments | « ui/base/gestures/gesture_recognizer.h ('k') | ui/base/gestures/gesture_recognizer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698