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

Unified Diff: ash/wm/session_state_animator.cc

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/session_state_animator.h ('k') | ash/wm/session_state_animator_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/session_state_animator.cc
diff --git a/ash/wm/session_state_animator.cc b/ash/wm/session_state_animator.cc
index 3b68e6059655a5dd96f9fd47cbd3177917175d5b..271b8cd8b5a3387d4dc216e74e747562eb2517c0 100644
--- a/ash/wm/session_state_animator.cc
+++ b/ash/wm/session_state_animator.cc
@@ -23,20 +23,17 @@ const int SessionStateAnimator::kAllLockScreenContainersMask =
const int SessionStateAnimator::kAllNonRootContainersMask =
SessionStateAnimator::kAllLockScreenContainersMask |
- SessionStateAnimator::DESKTOP_BACKGROUND |
- SessionStateAnimator::LAUNCHER |
+ SessionStateAnimator::DESKTOP_BACKGROUND | SessionStateAnimator::LAUNCHER |
SessionStateAnimator::NON_LOCK_SCREEN_CONTAINERS;
SessionStateAnimator::AnimationSequence::AnimationSequence(
base::Closure callback)
- : sequence_ended_(false),
- animation_completed_(false),
- invoke_callback_(false),
- callback_(callback) {
-}
+ : sequence_ended_(false),
+ animation_completed_(false),
+ invoke_callback_(false),
+ callback_(callback) {}
-SessionStateAnimator::AnimationSequence::~AnimationSequence() {
-}
+SessionStateAnimator::AnimationSequence::~AnimationSequence() {}
void SessionStateAnimator::AnimationSequence::EndSequence() {
sequence_ended_ = true;
@@ -63,11 +60,9 @@ void SessionStateAnimator::AnimationSequence::CleanupIfSequenceCompleted() {
}
}
-SessionStateAnimator::SessionStateAnimator() {
-}
+SessionStateAnimator::SessionStateAnimator() {}
-SessionStateAnimator::~SessionStateAnimator() {
-}
+SessionStateAnimator::~SessionStateAnimator() {}
base::TimeDelta SessionStateAnimator::GetDuration(
SessionStateAnimator::AnimationSpeed speed) {
« no previous file with comments | « ash/wm/session_state_animator.h ('k') | ash/wm/session_state_animator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698