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

Unified Diff: components/mus/ws/window_manager_state.h

Issue 1881253002: mus: Implement ScreenMus::GetCursorScreenPoint(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't crash on empty roots. 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/window_manager_state.h
diff --git a/components/mus/ws/window_manager_state.h b/components/mus/ws/window_manager_state.h
index d85199b5f4be81f06963dc6299e29f18a8050499..e7c9be709667ef7f79620af2b9319ef9df12f01c 100644
--- a/components/mus/ws/window_manager_state.h
+++ b/components/mus/ws/window_manager_state.h
@@ -106,6 +106,8 @@ class WindowManagerState : public EventDispatcherDelegate {
void OnWillDestroyTree(WindowTree* tree);
+ gfx::Point GetCursorLocation() const;
+
private:
class ProcessedEventTarget;
friend class Display;

Powered by Google App Engine
This is Rietveld 408576698