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

Unified Diff: components/mus/ws/test_utils.h

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/public/interfaces/window_tree.mojom ('k') | components/mus/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/test_utils.h
diff --git a/components/mus/ws/test_utils.h b/components/mus/ws/test_utils.h
index 67c5da771654197aebfd70b8a472b73fa056bd02..ba6ce9b8742b9ed0a8d1b54cfa91d67e1974b4d9 100644
--- a/components/mus/ws/test_utils.h
+++ b/components/mus/ws/test_utils.h
@@ -277,6 +277,7 @@ class TestWindowTreeClient : public mus::mojom::WindowTreeClient {
void OnEmbed(uint16_t client_id,
mojom::WindowDataPtr root,
mus::mojom::WindowTreePtr tree,
+ int64_t display_id,
Id focused_window_id,
bool drawn) override;
void OnEmbeddedAppDisconnected(uint32_t window) override;
@@ -284,6 +285,7 @@ class TestWindowTreeClient : public mus::mojom::WindowTreeClient {
void OnLostCapture(Id window_id) override;
void OnTopLevelCreated(uint32_t change_id,
mojom::WindowDataPtr data,
+ int64_t display_id,
bool drawn) override;
void OnWindowBoundsChanged(uint32_t window,
mojo::RectPtr old_bounds,
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698