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

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

Issue 2358323003: Keep expanded if mouse moves off of scrollbar while dragging (Closed)
Patch Set: Merge remote-tracking branch 'origin/master' into fix-636438 Created 4 years, 3 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
« cc/trees/layer_tree_host_impl.h ('K') | « ui/events/blink/input_handler_proxy.cc ('k') | no next file » | 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 4e3bd87d9494563c35bbd356a9a95f300a341954..c9b70409b59f7d0baed7ea81489ce5e1bbb0c540 100644
--- a/ui/events/blink/input_handler_proxy_unittest.cc
+++ b/ui/events/blink/input_handler_proxy_unittest.cc
@@ -149,6 +149,9 @@ class MockInputHandler : public cc::InputHandler {
void BindToClient(cc::InputHandlerClient* client) override {}
+ void MouseDownAt(const gfx::Point& viewport_point) override {}
+ void MouseUp() override {}
+
void MouseMoveAt(const gfx::Point& mouse_position) override {}
MOCK_CONST_METHOD2(IsCurrentlyScrollingLayerAt,
« cc/trees/layer_tree_host_impl.h ('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