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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.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/platform/graphics/GraphicsLayerTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
index 8fab760b04d6e5c108712d54c73f58f13a8fcd49..9a9e7a8b44bf56a1d94823465798ba3acf641ea0 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
@@ -109,9 +109,10 @@ TEST_F(GraphicsLayerTest, updateLayerShouldFlattenTransformWithAnimations) {
std::unique_ptr<CompositorFloatAnimationCurve> curve =
CompositorFloatAnimationCurve::create();
- curve->addKeyframe(CompositorFloatKeyframe(
- 0.0, 0.0, *CubicBezierTimingFunction::preset(
- CubicBezierTimingFunction::EaseType::EASE)));
+ curve->addKeyframe(
+ CompositorFloatKeyframe(0.0, 0.0,
+ *CubicBezierTimingFunction::preset(
+ CubicBezierTimingFunction::EaseType::EASE)));
std::unique_ptr<CompositorAnimation> floatAnimation(
CompositorAnimation::create(*curve, CompositorTargetProperty::OPACITY, 0,
0));

Powered by Google App Engine
This is Rietveld 408576698