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

Unified Diff: ui/events/event.h

Issue 2454323002: MacViews: Reveal scrollbars when resting on the trackpad. (Closed)
Patch Set: rebase for r432358 Created 4 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
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index 4a1295772905999c48acbad986f076e8f7e110bd..20e02626b872b087633488bf4e2e0d8c17e35cd5 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -973,7 +973,8 @@ class EVENTS_EXPORT ScrollEvent : public MouseEvent {
float y_offset,
float x_offset_ordinal,
float y_offset_ordinal,
- int finger_count);
+ int finger_count,
+ EventMomentumPhase momentum_phase = EventMomentumPhase::NONE);
// Scale the scroll event's offset value.
// This is useful in the multi-monitor setup where it needs to be scaled
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698