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

Unified Diff: services/ui/ws/window_manager_client_unittest.cc

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/ws/window_manager_client_unittest.cc
diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
index 66e5742bee55ae060d1414b7fba5baf1981eddf7..7948798214ecf28c56e3677b92a1b09b27693ceb 100644
--- a/services/ui/ws/window_manager_client_unittest.cc
+++ b/services/ui/ws/window_manager_client_unittest.cc
@@ -62,6 +62,7 @@ class TestWindowManagerDelegate : public WindowManagerDelegate {
bool janky) override {}
void OnWmNewDisplay(Window* window,
const display::Display& display) 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