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

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

Issue 2189583004: [not for review - epic CL] Adding Elastic+Momentum+Layered scrolling to views::ScrollView Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« 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 769eb99f36de43825ea96e96ecaaa3ab202aaee5..fb578df77ebc70def325760b3474e17da03c871e 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