Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2296)

Unified Diff: ash/wm/workspace/workspace_animations.h

Issue 11280188: Fix focus loss on partial lock. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Review fixes Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/session_state_animator.cc ('k') | ash/wm/workspace/workspace_animations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/wm/session_state_animator.cc ('k') | ash/wm/workspace/workspace_animations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698