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

Unified Diff: components/mus/ws/window_tree_client_unittest.cc

Issue 2019013002: mus: Send display-id to client only for the root windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: doc Created 4 years, 7 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 | « components/mus/ws/window_tree.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_client_unittest.cc
diff --git a/components/mus/ws/window_tree_client_unittest.cc b/components/mus/ws/window_tree_client_unittest.cc
index d3d5f776549ed00208e73a56e9367ad934c1a2fe..3c2d3e8a164b1609d29f956c6e2cbfe02b171efc 100644
--- a/components/mus/ws/window_tree_client_unittest.cc
+++ b/components/mus/ws/window_tree_client_unittest.cc
@@ -276,6 +276,7 @@ class TestWindowTreeClientImpl : public mojom::WindowTreeClient,
void OnEmbed(ClientSpecificId client_id,
WindowDataPtr root,
mojom::WindowTreePtr tree,
+ int64_t display_id,
Id focused_window_id,
bool drawn) override {
// TODO(sky): add coverage of |focused_window_id|.
@@ -296,6 +297,7 @@ class TestWindowTreeClientImpl : public mojom::WindowTreeClient,
}
void OnTopLevelCreated(uint32_t change_id,
mojom::WindowDataPtr data,
+ int64_t display_id,
bool drawn) override {
tracker()->OnTopLevelCreated(change_id, std::move(data), drawn);
}
« no previous file with comments | « components/mus/ws/window_tree.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698