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

Unified Diff: ash/mus/screen_mus.h

Issue 2726603003: mus+ash: Copy parts of ScreenAsh to ScreenMus. (Closed)
Patch Set: Add unit tests. Created 3 years, 10 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: ash/mus/screen_mus.h
diff --git a/ash/mus/screen_mus.h b/ash/mus/screen_mus.h
index 752a77ffd24e6198d5db612bc6ff522b9f726827..3e9e7209bf7a4d2242fc599c3e0ba3b1cd860b15 100644
--- a/ash/mus/screen_mus.h
+++ b/ash/mus/screen_mus.h
@@ -34,6 +34,8 @@ class ScreenMus : public display::ScreenBase {
// display::ScreenBase:
display::Display GetDisplayNearestWindow(aura::Window* window) const override;
gfx::Point GetCursorScreenPoint() override;
+ bool IsWindowUnderCursor(gfx::NativeWindow window) override;
+ gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override;
display::mojom::DisplayController* display_controller_;
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/screen_mus.cc » ('j') | ash/mus/screen_mus_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698