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

Unified Diff: components/mus/ws/window_tree_impl.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_tree_impl.cc
diff --git a/components/mus/ws/window_tree_impl.cc b/components/mus/ws/window_tree_impl.cc
index 1671bc767bb1a1d62266c71c8e461270312a5138..2df84a5298d0636d0c4c28d2101ca0fed0675b47 100644
--- a/components/mus/ws/window_tree_impl.cc
+++ b/components/mus/ws/window_tree_impl.cc
@@ -1126,6 +1126,12 @@ void WindowTreeImpl::WmRequestClose(Id transport_window_id) {
// TODO(sky): think about what else case means.
}
+void WindowTreeImpl::WmSetFrameDecorationValues(
+ mojom::FrameDecorationValuesPtr values) {
+ if (GetHostForWindowManager())
+ GetHostForWindowManager()->SetFrameDecorationValues(std::move(values));
+}
+
void WindowTreeImpl::OnWmCreatedTopLevelWindow(uint32_t change_id,
Id transport_window_id) {
if (GetHostForWindowManager()) {

Powered by Google App Engine
This is Rietveld 408576698