Index: ash/wm/workspace/workspace_animations.h |
diff --git a/ash/wm/workspace/workspace_animations.h b/ash/wm/workspace/workspace_animations.h |
index 3e60c1b7a742d785f510375e000a17d41176226c..808687c093b45d51d3bdc98a7c71acbd4c58ce72 100644 |
--- a/ash/wm/workspace/workspace_animations.h |
+++ b/ash/wm/workspace/workspace_animations.h |
@@ -41,6 +41,9 @@ struct WorkspaceAnimationDetails { |
// Whether the scale should be animated. |
bool animate_scale; |
+ // Whether the animation is supposed to be cancelled. |
+ bool can_be_cancelled; |
sky
2012/11/28 21:54:40
How hide_window_immediately defaulting to true? Al
|
+ |
// The duration of the animation. If empty the default is used. |
base::TimeDelta duration; |