Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
index eea4ca3e7b43624d3f5d5a8380a852969219642a..b4e8a5accd1f59a1b9cb0e9a6e9eadbb607bbbc6 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
@@ -63,7 +63,7 @@ static ShouldRespectOverflowClipType shouldRespectOverflowClip( |
: RespectOverflowClip; |
} |
-PaintLayerPainter::PaintResult PaintLayerPainter::paintLayer( |
+PaintResult PaintLayerPainter::paintLayer( |
GraphicsContext& context, |
const PaintLayerPaintingInfo& paintingInfo, |
PaintLayerFlags paintFlags) { |
@@ -110,8 +110,7 @@ PaintLayerPainter::PaintResult PaintLayerPainter::paintLayer( |
paintFlags); |
} |
-PaintLayerPainter::PaintResult |
-PaintLayerPainter::paintLayerContentsCompositingAllPhases( |
+PaintResult PaintLayerPainter::paintLayerContentsCompositingAllPhases( |
GraphicsContext& context, |
const PaintLayerPaintingInfo& paintingInfo, |
PaintLayerFlags paintFlags, |
@@ -207,8 +206,7 @@ static bool shouldRepaintSubsequence( |
// Repaint if previously the layer might be clipped by paintDirtyRect and |
// paintDirtyRect changes. |
- if (paintLayer.previousPaintResult() == |
- PaintLayerPainter::MayBeClippedByPaintDirtyRect && |
+ if (paintLayer.previousPaintResult() == MayBeClippedByPaintDirtyRect && |
paintLayer.previousPaintDirtyRect() != paintingInfo.paintDirtyRect) { |
needsRepaint = true; |
shouldClearEmptyPaintPhaseFlags = true; |
@@ -227,7 +225,7 @@ static bool shouldRepaintSubsequence( |
return needsRepaint; |
} |
-PaintLayerPainter::PaintResult PaintLayerPainter::paintLayerContents( |
+PaintResult PaintLayerPainter::paintLayerContents( |
GraphicsContext& context, |
const PaintLayerPaintingInfo& paintingInfoArg, |
PaintLayerFlags paintFlags, |
@@ -549,7 +547,7 @@ bool PaintLayerPainter::atLeastOneFragmentIntersectsDamageRect( |
return false; |
} |
-PaintLayerPainter::PaintResult PaintLayerPainter::paintLayerWithTransform( |
+PaintResult PaintLayerPainter::paintLayerWithTransform( |
GraphicsContext& context, |
const PaintLayerPaintingInfo& paintingInfo, |
PaintLayerFlags paintFlags) { |
@@ -679,8 +677,7 @@ PaintLayerPainter::PaintResult PaintLayerPainter::paintLayerWithTransform( |
return result; |
} |
-PaintLayerPainter::PaintResult |
-PaintLayerPainter::paintFragmentByApplyingTransform( |
+PaintResult PaintLayerPainter::paintFragmentByApplyingTransform( |
GraphicsContext& context, |
const PaintLayerPaintingInfo& paintingInfo, |
PaintLayerFlags paintFlags, |
@@ -721,7 +718,7 @@ PaintLayerPainter::paintFragmentByApplyingTransform( |
context, transformedPaintingInfo, paintFlags, ForceSingleFragment); |
} |
-PaintLayerPainter::PaintResult PaintLayerPainter::paintChildren( |
+PaintResult PaintLayerPainter::paintChildren( |
unsigned childrenToVisit, |
GraphicsContext& context, |
const PaintLayerPaintingInfo& paintingInfo, |