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

Unified Diff: ui/aura/event.h

Issue 9221014: aura: Gesture event plumbing (skeleton). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/aura/event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/event.h
diff --git a/ui/aura/event.h b/ui/aura/event.h
index 7848c07e4afa2cec92259e75f485d687395c426c..c840f43d897cb6f2fe3b0d8b22dd6a4d4f2727a8 100644
--- a/ui/aura/event.h
+++ b/ui/aura/event.h
@@ -266,7 +266,7 @@ class AURA_EXPORT DropTargetEvent : public LocatedEvent {
class AURA_EXPORT ScrollEvent : public MouseEvent {
public:
- ScrollEvent(const base::NativeEvent& native_event);
+ explicit ScrollEvent(const base::NativeEvent& native_event);
ScrollEvent(const ScrollEvent& model,
Window* source,
Window* target,
@@ -287,6 +287,9 @@ class AURA_EXPORT ScrollEvent : public MouseEvent {
DISALLOW_COPY_AND_ASSIGN(ScrollEvent);
};
+class AURA_EXPORT GestureEvent : public LocatedEvent {
+};
+
} // namespace aura
#endif // UI_AURA_EVENT_H_
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/aura/event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698