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

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

Issue 2582823002: WIP: Surface Synchronization System
Patch Set: Only create ClientSurfaceEmbedder if window is visible. Trash it otherwise. Created 3 years, 11 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: services/ui/public/interfaces/window_tree_constants.mojom
diff --git a/services/ui/public/interfaces/window_tree_constants.mojom b/services/ui/public/interfaces/window_tree_constants.mojom
index c23d42d22c0191109cb3b5f861d38cdd8a611491..014e80de04eaa07f823953c4d7ed20b1ec480971 100644
--- a/services/ui/public/interfaces/window_tree_constants.mojom
+++ b/services/ui/public/interfaces/window_tree_constants.mojom
@@ -4,6 +4,7 @@
module ui.mojom;
+import "cc/ipc/local_frame_id.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
// Contains state of a single window.
@@ -20,6 +21,9 @@ struct WindowData {
gfx.mojom.Rect bounds;
+ // The LocalFrameId that the window should use to render the first frame.
+ cc.mojom.LocalFrameId local_frame_id;
+
// Arbitrary key/value pairs. The interpretation of these is left to the
// client. See SetWindowProperty() for more information.
map<string, array<uint8>> properties;

Powered by Google App Engine
This is Rietveld 408576698