Chromium Code Reviews| 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 ff29b6aa4dcbf4014a92b0f55d1270f6ff60374a..51b8e06306e1d56d2b6399b93d6cb84fa32f3d21 100644 |
| --- a/services/ui/public/interfaces/window_tree_constants.mojom |
| +++ b/services/ui/public/interfaces/window_tree_constants.mojom |
| @@ -30,7 +30,9 @@ struct WindowData { |
| // is used. The |UNDERLAY| surface is useful if the owner of a window wants to |
| // to Embed() another client and at the same time draw something under the |
| // embedded apps representation. |
| -enum SurfaceType { |
| +// TODO(fsamuel): Remove this once window decorations are no longer underlay |
| +// surfaces. |
|
rjkroege
2016/10/20 22:22:18
is there a bug? there should be. With an owner
Fady Samuel
2016/10/21 20:53:27
Done.
|
| +enum CompositorFrameSinkType { |
| // Only the owner of a window may obtain this surface. |
| // The window manager can change the offset of this by way of |
| // SetUnderlaySurfaceOffsetAndExtendedHitArea(). |