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

Unified Diff: components/mus/public/cpp/tests/window_server_test_base.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/public/cpp/tests/window_server_test_base.cc
diff --git a/components/mus/public/cpp/tests/window_server_test_base.cc b/components/mus/public/cpp/tests/window_server_test_base.cc
index ed2144eb371d79e2d835f8a0362034a210d78532..86155dd81a6b23434cc330e703f3331c57a8115f 100644
--- a/components/mus/public/cpp/tests/window_server_test_base.cc
+++ b/components/mus/public/cpp/tests/window_server_test_base.cc
@@ -96,6 +96,9 @@ void WindowServerTestBase::OnConnectionLost(WindowTreeConnection* connection) {
window_tree_connection_destroyed_ = true;
}
+void WindowServerTestBase::SetWindowManagerClient(WindowManagerClient* client) {
+}
+
bool WindowServerTestBase::OnWmSetBounds(Window* window, gfx::Rect* bounds) {
return window_manager_delegate_
? window_manager_delegate_->OnWmSetBounds(window, bounds)

Powered by Google App Engine
This is Rietveld 408576698