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

Unified Diff: ui/base/events/event.h

Issue 11047012: Wiring metro mouse events to aura viewer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/base/events/event.h
===================================================================
--- ui/base/events/event.h (revision 159567)
+++ ui/base/events/event.h (working copy)
@@ -342,6 +342,8 @@
// flags. Use this to determine the button that was pressed or released.
int changed_button_flags() const { return changed_button_flags_; }
+ void set_changed_button_flags(int flags) { changed_button_flags_ = flags; }
+
private:
// Returns the repeat count based on the previous mouse click, if it is
// recent enough and within a small enough distance.

Powered by Google App Engine
This is Rietveld 408576698