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

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

Issue 2392063003: mus: Use TooltipManagerAura in NativeWidgetMus. (Closed)
Patch Set: Add comment 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
« no previous file with comments | « ui/views/mus/screen_mus.cc ('k') | ui/views/mus/test_utils.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 2ae48373b525a51d7ee8f217662aacf089072dd0..cdba900ebb08b30538447eb0cf230f93cac22675 100644
--- a/ui/views/mus/screen_mus_delegate.h
+++ b/ui/views/mus/screen_mus_delegate.h
@@ -11,6 +11,10 @@ namespace gfx {
class Point;
}
+namespace ui {
+class Window;
+}
+
namespace views {
// Screen implementation backed by ui::mojom::DisplayManager.
@@ -20,7 +24,9 @@ class VIEWS_MUS_EXPORT ScreenMusDelegate {
virtual gfx::Point GetCursorScreenPoint() = 0;
-protected:
+ virtual ui::Window* GetWindowAtScreenPoint(const gfx::Point& point) = 0;
+
+ protected:
virtual ~ScreenMusDelegate() {}
};
« no previous file with comments | « ui/views/mus/screen_mus.cc ('k') | ui/views/mus/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698