Index: mojo/services/public/interfaces/window_manager/window_manager_internal.mojom |
diff --git a/mojo/services/public/interfaces/window_manager/window_manager_internal.mojom b/mojo/services/public/interfaces/window_manager/window_manager_internal.mojom |
index 54867f9f44336036b8cb0431eabd0fccdab1d1db..c453abd926d21b431ee775ae5af400301ec820cf 100644 |
--- a/mojo/services/public/interfaces/window_manager/window_manager_internal.mojom |
+++ b/mojo/services/public/interfaces/window_manager/window_manager_internal.mojom |
@@ -27,4 +27,11 @@ interface WindowManagerInternalClient { |
// Sets the native viewport size. |
SetViewportSize(mojo.Size size); |
+ |
+ // Clones the tree rooted at |view_id|. When the animation completes the clone |
+ // is destroyed. |
+ // TODO(sky): add actual animation. |
+ // TODO(sky): I think this only makes sense when destroying (view is |
+ // already visible), should it be named to indicate this? |
+ CloneAndAnimate(uint32 view_id); |
}; |