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

Unified Diff: ui/aura/test/mus/window_tree_client_private.cc

Issue 2778363002: Mus-WS / Aura-Mus: Propagate LocalSurfaceId on WindowTreeHost creation (Closed)
Patch Set: Add comments Created 3 years, 9 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
« no previous file with comments | « ui/aura/mus/window_tree_client_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/window_tree_client_private.cc
diff --git a/ui/aura/test/mus/window_tree_client_private.cc b/ui/aura/test/mus/window_tree_client_private.cc
index 5ab768ac7909513ebe62ca576201336b6a9cad13..c1ca30bb53b772456080c79d48aede603aa7b13d 100644
--- a/ui/aura/test/mus/window_tree_client_private.cc
+++ b/ui/aura/test/mus/window_tree_client_private.cc
@@ -30,7 +30,7 @@ void WindowTreeClientPrivate::OnEmbed(ui::mojom::WindowTree* window_tree) {
const Id focused_window_id = 0;
tree_client_impl_->OnEmbedImpl(window_tree, 1, std::move(root_data),
display_id, focused_window_id, true,
- cc::FrameSinkId(1, 1));
+ cc::FrameSinkId(1, 1), base::nullopt);
}
WindowTreeHostMus* WindowTreeClientPrivate::CallWmNewDisplayAdded(
@@ -49,7 +49,8 @@ WindowTreeHostMus* WindowTreeClientPrivate::CallWmNewDisplayAdded(
ui::mojom::WindowDataPtr root_data,
bool parent_drawn) {
return tree_client_impl_->WmNewDisplayAddedImpl(
- display, std::move(root_data), parent_drawn, cc::FrameSinkId(1, 1));
+ display, std::move(root_data), parent_drawn, cc::FrameSinkId(1, 1),
+ base::nullopt);
}
void WindowTreeClientPrivate::CallOnWindowInputEvent(
« no previous file with comments | « ui/aura/mus/window_tree_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698