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

Unified Diff: ui/events/event.cc

Issue 2849083002: Add pointer id to the WebMouseEvent's constructors (Closed)
Patch Set: Use KMousePointerId Created 3 years, 7 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
« ui/events/event.h ('K') | « ui/events/event.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.cc
diff --git a/ui/events/event.cc b/ui/events/event.cc
index ce99ff82d68ee08dd10cdfe51f89c3bedfcfc56a..573bf9b4349d0c57136b1c42f55ceb7bffc79490 100644
--- a/ui/events/event.cc
+++ b/ui/events/event.cc
@@ -757,7 +757,7 @@ void MouseEvent::SetClickCount(int click_count) {
set_flags(f);
}
-const int MouseEvent::kMousePointerId = std::numeric_limits<int32_t>::max();
+const int MouseEvent::kMousePointerId = std::numeric_limits<int>::max();
////////////////////////////////////////////////////////////////////////////////
// MouseWheelEvent
« ui/events/event.h ('K') | « ui/events/event.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698