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

Unified Diff: ui/aura/mus/window_tree_client.cc

Issue 2797263002: Aura-Mus: Implement gutter in the embedder. (Closed)
Patch Set: Addressed sadrul's comments Created 3 years, 8 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: ui/aura/mus/window_tree_client.cc
diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
index 6609d5390926a9659bd315cbf384311c78ab7ec9..91fec312c2c0c7455583febc1602244bff1ab347 100644
--- a/ui/aura/mus/window_tree_client.cc
+++ b/ui/aura/mus/window_tree_client.cc
@@ -1694,6 +1694,7 @@ void WindowTreeClient::OnAccelerator(uint32_t ack_id,
void WindowTreeClient::SetFrameDecorationValues(
ui::mojom::FrameDecorationValuesPtr values) {
if (window_manager_internal_client_) {
+ normal_client_area_insets_ = values->normal_client_area_insets;
window_manager_internal_client_->WmSetFrameDecorationValues(
std::move(values));
}

Powered by Google App Engine
This is Rietveld 408576698