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

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

Issue 1680613002: Adding momentum/overscroll to views:: ScrollViews Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Tableview layout. aaaand I think we are done Created 4 years, 5 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 fbb5dddeba5a2f985936e50865c8870545ac2d72..d86b4eaacaf59ec2954a175743f5f1958919460e 100644
--- a/ui/events/blink/input_handler_proxy_unittest.cc
+++ b/ui/events/blink/input_handler_proxy_unittest.cc
@@ -123,8 +123,12 @@ class MockInputHandler : public cc::InputHandler {
return std::unique_ptr<cc::SwapPromiseMonitor>();
}
- cc::ScrollElasticityHelper* CreateScrollElasticityHelper() override {
- return NULL;
+ cc::ScrollElasticityHelper* CreateRootScrollElasticityHelper() override {
+ return nullptr;
+ }
+ base::WeakPtr<cc::ScrollElasticityHelper>
+ ScrollElasticityHelperForScrollingLayer() override {
+ return nullptr;
}
void BindToClient(cc::InputHandlerClient* client) 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