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), |