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

Unified Diff: ui/events/gesture_event_details.h

Issue 351683002: Adds link disambiguation popup support to Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: making interface changes windows-only Created 6 years, 5 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
Index: ui/events/gesture_event_details.h
diff --git a/ui/events/gesture_event_details.h b/ui/events/gesture_event_details.h
index 58d28fa7f946ce4c73a3af3ba33f8179b21217ad..3a571cadc4c2a9338562192dbb0d5a777cf939d2 100644
--- a/ui/events/gesture_event_details.h
+++ b/ui/events/gesture_event_details.h
@@ -17,6 +17,7 @@ struct EVENTS_BASE_EXPORT GestureEventDetails {
public:
GestureEventDetails();
GestureEventDetails(EventType type, float delta_x, float delta_y);
+ GestureEventDetails(const GestureEventDetails& details);
sky 2014/07/30 21:50:37 Why do you need this? Don't you get it for free?
luken 2014/07/31 01:41:47 I'm naturally not very trusting of compilers :). I
EventType type() const { return type_; }

Powered by Google App Engine
This is Rietveld 408576698