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

Unified Diff: third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.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/CSSImageSliceInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp
index 59bc62a1d21f4faa2c0110909b4e322c0d14c5c4..5607150568f1e09a0c1e9c9ba0620a969f708302 100644
--- a/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp
@@ -145,8 +145,9 @@ InterpolationValue convertImageSlice(const ImageSlice& slice, double zoom) {
for (size_t i = 0; i < SideIndexCount; i++) {
const Length& side = *sides[i];
- list->set(i, InterpolableNumber::create(
- side.isFixed() ? side.pixels() / zoom : side.percent()));
+ list->set(i,
+ InterpolableNumber::create(side.isFixed() ? side.pixels() / zoom
+ : side.percent()));
}
return InterpolationValue(

Powered by Google App Engine
This is Rietveld 408576698