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

Unified Diff: ui/views/controls/scroll_view.h

Issue 2197503002: Route Scroll events through a cc::InputHandler Base URL: https://chromium.googlesource.com/chromium/src.git@20160728-MacViews-ScrollWheelAsScrollEvent
Patch Set: Abandon DeliverInputForBeginFrame: will not help fix the header row Created 4 years 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 | « ui/compositor/overscroll/ui_scroll_input_manager.cc ('k') | ui/views/controls/scroll_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/scroll_view.h
diff --git a/ui/views/controls/scroll_view.h b/ui/views/controls/scroll_view.h
index 288be675d7ac34a7fd4d7e53af00c3dc83c9733d..642362c923739dc1e72262547a00574bb09f16a0 100644
--- a/ui/views/controls/scroll_view.h
+++ b/ui/views/controls/scroll_view.h
@@ -106,6 +106,7 @@ class VIEWS_EXPORT ScrollView : public View, public ScrollBarController {
int GetScrollIncrement(ScrollBar* source,
bool is_page,
bool is_positive) override;
+ void OnScrollEventFromScrollBar(ui::ScrollEvent* event) override;
// TODO(djacobo): Remove this method when http://crbug.com/656198 is closed.
// Force |contents_viewport_| to enable a Layer().
« no previous file with comments | « ui/compositor/overscroll/ui_scroll_input_manager.cc ('k') | ui/views/controls/scroll_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698