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

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2764433003: mus-ws: Plumb FrameSinkId to Children (Closed)
Patch Set: Addressed Antoine's comment 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 | « content/renderer/render_thread_impl.cc ('k') | services/ui/public/interfaces/window_tree.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/window_manager.mojom
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom
index b12905834ffe0eef6781c2dc1de5222c3203e557..ce130059119f8bde7766a939744e679ceb20eebe 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -4,6 +4,7 @@
module ui.mojom;
+import "cc/ipc/frame_sink_id.mojom";
import "services/ui/public/interfaces/cursor.mojom";
import "services/ui/public/interfaces/event_matcher.mojom";
import "services/ui/public/interfaces/window_manager_constants.mojom";
@@ -152,7 +153,8 @@ interface WindowManager {
// to this WindowManager for |display|.
WmNewDisplayAdded(display.mojom.Display display,
WindowData root,
- bool parent_drawn);
+ bool parent_drawn,
+ cc.mojom.FrameSinkId frame_sink_id);
// Called when a display is removed. The root of the specified display is
// still valid. It is expected the client calls DeleteWindow() shortly after
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | services/ui/public/interfaces/window_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698