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

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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
Index: third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
index eb2a5139bc7f23ed137c47bb51639d262de9a873..15d3e655374ec29c4e97810fc19aaed36a8cd43c 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
@@ -55,8 +55,9 @@ PassRefPtr<AnimatableValue> AnimatableImage::interpolateTo(
CSSValue* toValue = toAnimatableImage(value)->toCSSValue();
return create(CSSCrossfadeValue::create(
- fromValue, toValue, CSSPrimitiveValue::create(
- fraction, CSSPrimitiveValue::UnitType::Number)));
+ fromValue, toValue,
+ CSSPrimitiveValue::create(fraction,
+ CSSPrimitiveValue::UnitType::Number)));
}
bool AnimatableImage::equalTo(const AnimatableValue* value) const {

Powered by Google App Engine
This is Rietveld 408576698