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

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

Issue 2384053002: cancel overlay-scrollbar hover state when moving pointer out of window for ChromeOS (Closed)
Patch Set: add DCHECK 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
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 5db92113fe9fe289029390830e33f52534dda5f0..2ea9fd88d2d92696957767543157ead4bb1d4444 100644
--- a/ui/events/blink/input_handler_proxy_unittest.cc
+++ b/ui/events/blink/input_handler_proxy_unittest.cc
@@ -151,6 +151,7 @@ class MockInputHandler : public cc::InputHandler {
void MouseDown() override {}
void MouseUp() override {}
+ void MouseLeave() override {}
void MouseMoveAt(const gfx::Point& mouse_position) override {}

Powered by Google App Engine
This is Rietveld 408576698