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

Unified Diff: views/events/event.h

Issue 8521001: Touch to Mouse conversion validation of views::GestureManager (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 1 month 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: views/events/event.h
diff --git a/views/events/event.h b/views/events/event.h
index a7b3620b08c92ae3fe470e467892fc988b23db67..22ce7c9c80048fda9bce0c6ff51af86c12e5ca35 100644
--- a/views/events/event.h
+++ b/views/events/event.h
@@ -109,6 +109,7 @@ class VIEWS_EXPORT Event {
}
void set_type(ui::EventType type) { type_ = type; }
+ void set_native_event(base::NativeEvent event) { native_event_= event; }
rjkroege 2011/11/10 16:34:40 Please wrap in a #if defined(TESTING)
Gajen 2011/11/11 13:39:07 Done.
private:
void operator=(const Event&);

Powered by Google App Engine
This is Rietveld 408576698