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

Unified Diff: ui/events/event.h

Issue 155493002: Add key based scrolling on magnified screen for kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index 01eba2690cb95a123d2014b9add53dba8e8dffc0..19016fe8d17121be17822e653aa98294442a2d7d 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -50,6 +50,7 @@ class EVENTS_EXPORT Event {
const base::NativeEvent& native_event() const { return native_event_; }
EventType type() const { return type_; }
+ void set_type(EventType type) { type_ = type; }
const std::string& name() const { return name_; }
// time_stamp represents time since machine was booted.
const base::TimeDelta& time_stamp() const { return time_stamp_; }
« ash/magnifier/magnification_controller.h ('K') | « chrome/browser/ui/ash/event_rewriter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698