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

Unified Diff: components/mus/ws/window_manager_client_apptest.cc

Issue 1639563003: Renames WindowManagerConfig to FrameDecorationValues and moves to Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 11 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: components/mus/ws/window_manager_client_apptest.cc
diff --git a/components/mus/ws/window_manager_client_apptest.cc b/components/mus/ws/window_manager_client_apptest.cc
index 3786fb4430048112e997b5d8047b57671de11666..f1d1db20ee6161f1461c9823a425f1978cfa7d46 100644
--- a/components/mus/ws/window_manager_client_apptest.cc
+++ b/components/mus/ws/window_manager_client_apptest.cc
@@ -387,6 +387,7 @@ TEST_F(WindowServerTest, SetBoundsSecurity) {
~TestWindowManagerDelegate() override {}
// WindowManagerDelegate:
+ void SetWindowManagerClient(WindowManagerClient* client) override {}
bool OnWmSetBounds(Window* window, gfx::Rect* bounds) override {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698