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

Unified Diff: ash/rotator/screen_rotation_animation.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/root_window_settings.cc ('k') | ash/rotator/screen_rotation_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/rotator/screen_rotation_animation.cc
diff --git a/ash/rotator/screen_rotation_animation.cc b/ash/rotator/screen_rotation_animation.cc
index 005060e0417b5921b760e0d47564545f6d84a174..ecbc75d9935c1a913ce5e076864f90d16d83b223 100644
--- a/ash/rotator/screen_rotation_animation.cc
+++ b/ash/rotator/screen_rotation_animation.cc
@@ -14,15 +14,14 @@
namespace ash {
-ScreenRotationAnimation::ScreenRotationAnimation(
- ui::Layer* layer,
- int start_degrees,
- int end_degrees,
- float initial_opacity,
- float target_opacity,
- gfx::Point pivot,
- base::TimeDelta duration,
- gfx::Tween::Type tween_type)
+ScreenRotationAnimation::ScreenRotationAnimation(ui::Layer* layer,
+ int start_degrees,
+ int end_degrees,
+ float initial_opacity,
+ float target_opacity,
+ gfx::Point pivot,
+ base::TimeDelta duration,
+ gfx::Tween::Type tween_type)
: ui::LayerAnimationElement(
LayerAnimationElement::TRANSFORM | LayerAnimationElement::OPACITY,
duration),
@@ -40,11 +39,9 @@ ScreenRotationAnimation::ScreenRotationAnimation(
interpolated_transform_->SetChild(rotation.release());
}
-ScreenRotationAnimation::~ScreenRotationAnimation() {
-}
+ScreenRotationAnimation::~ScreenRotationAnimation() {}
-void ScreenRotationAnimation::OnStart(ui::LayerAnimationDelegate* delegate) {
-}
+void ScreenRotationAnimation::OnStart(ui::LayerAnimationDelegate* delegate) {}
bool ScreenRotationAnimation::OnProgress(double current,
ui::LayerAnimationDelegate* delegate) {
« no previous file with comments | « ash/root_window_settings.cc ('k') | ash/rotator/screen_rotation_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698