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

Unified Diff: components/mus/ws/event_dispatcher_unittest.cc

Issue 1881253002: mus: Implement ScreenMus::GetCursorScreenPoint(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows more. Created 4 years, 8 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: components/mus/ws/event_dispatcher_unittest.cc
diff --git a/components/mus/ws/event_dispatcher_unittest.cc b/components/mus/ws/event_dispatcher_unittest.cc
index ae4f4179c7ff492d9ec6c58e53d0c8e35d987d1a..81fbe2332a017aba6904145119726dac5597e65f 100644
--- a/components/mus/ws/event_dispatcher_unittest.cc
+++ b/components/mus/ws/event_dispatcher_unittest.cc
@@ -91,6 +91,7 @@ class TestEventDispatcherDelegate : public EventDispatcherDelegate {
void OnServerWindowCaptureLost(ServerWindow* window) override {
lost_capture_window_ = window;
}
+ void OnMouseCursorLocationChanged(const gfx::Point& point) override {}
void DispatchInputEventToWindow(ServerWindow* target,
bool in_nonclient_area,
const ui::Event& event,

Powered by Google App Engine
This is Rietveld 408576698