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

Unified Diff: ui/views/mus/window_manager_connection.h

Issue 1881253002: mus: Implement ScreenMus::GetCursorScreenPoint(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually apply the 32bit patch now that the delegate crash was fixed. 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: ui/views/mus/window_manager_connection.h
diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
index 90fd9f70b021353d702456eee8d01914628536bd..1fa0c2e8d4af25481220fabb9e072f5f59b1eca0 100644
--- a/ui/views/mus/window_manager_connection.h
+++ b/ui/views/mus/window_manager_connection.h
@@ -68,6 +68,7 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
// ScreenMusDelegate:
void OnWindowManagerFrameValuesChanged() override;
+ gfx::Point GetCursorScreenPoint() override;
shell::Connector* connector_;
shell::Identity identity_;

Powered by Google App Engine
This is Rietveld 408576698