| 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 924b6da2b73169daf5693bed359234aaa34ef863..af7d9d0f0de03c267ecccf9f6c55c0b518be5bb4 100644
|
| --- a/services/ui/public/interfaces/window_tree_constants.mojom
|
| +++ b/services/ui/public/interfaces/window_tree_constants.mojom
|
| @@ -15,6 +15,9 @@ struct WindowData {
|
| // Unique identifier of the window.
|
| uint32 window_id;
|
|
|
| + // Id of the transient parent, 0 if there isn't one.
|
| + uint32 transient_parent_id;
|
| +
|
| gfx.mojom.Rect bounds;
|
|
|
| // Arbitrary key/value pairs. The interpretation of these is left to the
|
|
|