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

Unified Diff: services/ui/public/cpp/tests/window_server_test_base.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: services/ui/public/cpp/tests/window_server_test_base.h
diff --git a/services/ui/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h
index 4339a4a3876cf7e9aec7edf9d233c9c002cf569e..b8c3ba41ba01f61403e7bb853fbb86baa4a696fe 100644
--- a/services/ui/public/cpp/tests/window_server_test_base.h
+++ b/services/ui/public/cpp/tests/window_server_test_base.h
@@ -90,6 +90,7 @@ class WindowServerTestBase
bool not_responding) override;
void OnWmNewDisplay(Window* window, const display::Display& display) override;
void OnWmDisplayRemoved(Window* window) override;
+ void OnWmDisplayModified(const display::Display& display) override;
void OnWmPerformMoveLoop(Window* window,
mojom::MoveLoopSource source,
const gfx::Point& cursor_location,

Powered by Google App Engine
This is Rietveld 408576698