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

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

Issue 2931703002: Don't fade in overlay scrollbar when user interacting the content under scrollbar. (Closed)
Patch Set: Created 3 years, 6 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
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 4ea540adaa92410c91e3b93bceea76949f400151..9c80a237c67c7987a066d92736261ca332c55bab 100644
--- a/ui/events/blink/input_handler_proxy_unittest.cc
+++ b/ui/events/blink/input_handler_proxy_unittest.cc
@@ -207,7 +207,8 @@ class MockInputHandler : public cc::InputHandler {
void MouseUp() override {}
void MouseLeave() override {}
- void MouseMoveAt(const gfx::Point& mouse_position) override {}
+ void MouseMoveAt(const gfx::Point& mouse_position,
+ bool is_mouse_down) override {}
MOCK_CONST_METHOD2(IsCurrentlyScrollingLayerAt,
bool(const gfx::Point& point,
« cc/input/scrollbar_animation_controller_unittest.cc ('K') | « ui/events/blink/input_handler_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698