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

Unified Diff: components/mus/public/cpp/tests/window_server_test_base.h

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/public/cpp/tests/window_server_test_base.h
diff --git a/components/mus/public/cpp/tests/window_server_test_base.h b/components/mus/public/cpp/tests/window_server_test_base.h
index 1d470dfdb71dc446d333188549696be7a1f64f5a..996879fd94d818ebc243380fa9f5659985b4b063 100644
--- a/components/mus/public/cpp/tests/window_server_test_base.h
+++ b/components/mus/public/cpp/tests/window_server_test_base.h
@@ -73,6 +73,7 @@ class WindowServerTestBase
void OnConnectionLost(WindowTreeConnection* connection) override;
// WindowManagerDelegate:
+ void SetWindowManagerClient(WindowManagerClient* client) override;
bool OnWmSetBounds(Window* window, gfx::Rect* bounds) override;
bool OnWmSetProperty(Window* window,
const std::string& name,

Powered by Google App Engine
This is Rietveld 408576698