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

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

Issue 1881253002: mus: Implement ScreenMus::GetCursorScreenPoint(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with tot 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
« no previous file with comments | « ui/views/mus/screen_mus.cc ('k') | ui/views/mus/window_manager_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/screen_mus_delegate.h
diff --git a/ui/views/mus/screen_mus_delegate.h b/ui/views/mus/screen_mus_delegate.h
index 4c7940088c5c04a1e56e2cb57510699e2cd9bfc8..1db1b67faaa3f24d1d5be1592e9ba8e98851ff9c 100644
--- a/ui/views/mus/screen_mus_delegate.h
+++ b/ui/views/mus/screen_mus_delegate.h
@@ -7,6 +7,10 @@
#include "ui/views/mus/mus_export.h"
+namespace gfx {
+class Point;
+}
+
namespace views {
// Screen implementation backed by mus::mojom::DisplayManager.
@@ -14,7 +18,9 @@ class VIEWS_MUS_EXPORT ScreenMusDelegate {
public:
virtual void OnWindowManagerFrameValuesChanged() = 0;
- protected:
+ virtual gfx::Point GetCursorScreenPoint() = 0;
+
+protected:
virtual ~ScreenMusDelegate() {}
};
« no previous file with comments | « ui/views/mus/screen_mus.cc ('k') | ui/views/mus/window_manager_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698