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

Unified Diff: ash/wm/session_state_animator.h

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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/resize_shadow_controller.cc ('k') | ash/wm/session_state_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/session_state_animator.h
diff --git a/ash/wm/session_state_animator.h b/ash/wm/session_state_animator.h
index 29f1aedd101598a13d687e4019ee356387de4206..a1c690eaf98d1faa737ddc6645ebed1669701208 100644
--- a/ash/wm/session_state_animator.h
+++ b/ash/wm/session_state_animator.h
@@ -194,17 +194,15 @@ class ASH_EXPORT SessionStateAnimator {
// Apply animation |type| to all containers included in |container_mask| with
// specified |speed| and call a |callback| at the end of the animation, if it
// is not null.
- virtual void StartAnimationWithCallback(
- int container_mask,
- AnimationType type,
- AnimationSpeed speed,
- base::Closure callback) = 0;
+ virtual void StartAnimationWithCallback(int container_mask,
+ AnimationType type,
+ AnimationSpeed speed,
+ base::Closure callback) = 0;
// Begins an animation sequence. Use this when you need to be notified when
// a group of animations are completed. See AnimationSequence documentation
// for more details.
- virtual AnimationSequence* BeginAnimationSequence(
- base::Closure callback) = 0;
+ virtual AnimationSequence* BeginAnimationSequence(base::Closure callback) = 0;
// Retruns true if the background is hidden.
virtual bool IsBackgroundHidden() const = 0;
« no previous file with comments | « ash/wm/resize_shadow_controller.cc ('k') | ash/wm/session_state_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698