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

Unified Diff: ash/mus/window_manager.h

Issue 2434923002: Handle modified displays in mustash. (Closed)
Patch Set: Fixes after initial review. 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
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index f5cde47afbb9781e835a06a7a69fbbec3d29142c..020b978c7510e4aff150b5c24e7f672886afe18d 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -141,6 +141,7 @@ class WindowManager : public ui::WindowManagerDelegate,
void OnWmNewDisplay(ui::Window* window,
const display::Display& display) override;
void OnWmDisplayRemoved(ui::Window* window) override;
+ void OnWmDisplayModified(const display::Display& display) override;
void OnWmPerformMoveLoop(ui::Window* window,
ui::mojom::MoveLoopSource source,
const gfx::Point& cursor_location,

Powered by Google App Engine
This is Rietveld 408576698