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

Unified Diff: ui/events/blink/input_handler_proxy_unittest.cc

Issue 2194833002: Overscroll and Elasticity for views::ScrollView Base URL: https://chromium.googlesource.com/chromium/src.git@20160728-MacViews-RouteThroughInputHandler
Patch Set: Restore functionality and fix bugs \o/ 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 | « ui/events/blink/input_handler_proxy.cc ('k') | ui/events/blink/input_scroll_elasticity_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/input_handler_proxy_unittest.cc
diff --git a/ui/events/blink/input_handler_proxy_unittest.cc b/ui/events/blink/input_handler_proxy_unittest.cc
index 889270c4c0f176b9b813609adec9e6d708d454a8..539abd7f986b9b06d8bae82ff57c137ae7c23788 100644
--- a/ui/events/blink/input_handler_proxy_unittest.cc
+++ b/ui/events/blink/input_handler_proxy_unittest.cc
@@ -136,8 +136,12 @@ class MockInputHandler : public cc::InputHandler {
return nullptr;
}
- cc::ScrollElasticityHelper* CreateScrollElasticityHelper() override {
- return NULL;
+ cc::ScrollElasticityHelper* CreateRootScrollElasticityHelper() override {
+ return nullptr;
+ }
+ base::WeakPtr<cc::ScrollElasticityHelper>
+ ScrollElasticityHelperForScrollingLayer() override {
+ return nullptr;
}
bool GetScrollOffsetForLayer(int layer_id,
gfx::ScrollOffset* offset) override {
« no previous file with comments | « ui/events/blink/input_handler_proxy.cc ('k') | ui/events/blink/input_scroll_elasticity_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698