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

Unified Diff: components/mus/ws/window_tree_impl.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/ws/window_tree_impl.h
diff --git a/components/mus/ws/window_tree_impl.h b/components/mus/ws/window_tree_impl.h
index 967b9e4f1f8d8ca5c6e1a743e51d1cfbf317c5a2..af39c28f4012d0cb6b39c193d6c8b011274f3278 100644
--- a/components/mus/ws/window_tree_impl.h
+++ b/components/mus/ws/window_tree_impl.h
@@ -319,6 +319,8 @@ class WindowTreeImpl : public mojom::WindowTree,
// mojom::WindowManagerInternalClient:
void WmResponse(uint32_t change_id, bool response) override;
void WmRequestClose(Id transport_window_id) override;
+ void WmSetFrameDecorationValues(
+ mojom::FrameDecorationValuesPtr values) override;
void OnWmCreatedTopLevelWindow(uint32_t change_id,
Id transport_window_id) override;

Powered by Google App Engine
This is Rietveld 408576698