| 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;
|
|
|