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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerPainterTest.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/paint/PaintLayerPainterTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
index 69ea1ba78a717d723c57f53e1e0991dc341bc357..088e1d1a8f23f5c8a3df6871501ee4b69cb50500 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
@@ -268,8 +268,9 @@ TEST_P(PaintLayerPainterTest, CachedSubsequenceForSVGRoot) {
TestDisplayItem(svg, DisplayItem::kBeginTransform),
TestDisplayItem(rect, foregroundType),
TestDisplayItem(svg, DisplayItem::kEndTransform),
- TestDisplayItem(svg, DisplayItem::clipTypeToEndClipType(
- DisplayItem::kClipLayerForeground)),
+ TestDisplayItem(svg,
+ DisplayItem::clipTypeToEndClipType(
+ DisplayItem::kClipLayerForeground)),
TestDisplayItem(svgLayer, DisplayItem::kEndSubsequence),
TestDisplayItem(htmlLayer, DisplayItem::kEndSubsequence));
}
@@ -337,8 +338,9 @@ TEST_P(PaintLayerPainterTest, CachedSubsequenceForSVGRoot) {
TestDisplayItem(svg, DisplayItem::kBeginTransform),
TestDisplayItem(rect, foregroundType),
TestDisplayItem(svg, DisplayItem::kEndTransform),
- TestDisplayItem(svg, DisplayItem::clipTypeToEndClipType(
- DisplayItem::kClipLayerForeground)),
+ TestDisplayItem(svg,
+ DisplayItem::clipTypeToEndClipType(
+ DisplayItem::kClipLayerForeground)),
TestDisplayItem(svgLayer, DisplayItem::kEndSubsequence),
TestDisplayItem(div, backgroundType),
TestDisplayItem(htmlLayer, DisplayItem::kEndSubsequence),

Powered by Google App Engine
This is Rietveld 408576698