Index: third_party/WebKit/Source/core/paint/LayerClipRecorder.h |
diff --git a/third_party/WebKit/Source/core/paint/LayerClipRecorder.h b/third_party/WebKit/Source/core/paint/LayerClipRecorder.h |
index b8e3aca3abc84f52a5b7ad1f2b4daa84cbbc2d14..7601ca2a0946332d7447265183af8af9314de187 100644 |
--- a/third_party/WebKit/Source/core/paint/LayerClipRecorder.h |
+++ b/third_party/WebKit/Source/core/paint/LayerClipRecorder.h |
@@ -46,7 +46,7 @@ class CORE_EXPORT LayerClipRecorder { |
const LayoutBoxModelObject&, |
DisplayItem::Type, |
const ClipRect&, |
- const PaintLayerPaintingInfo* localPaintingInfo, |
+ const PaintLayer* clipRoot, |
const LayoutPoint& fragmentOffset, |
PaintLayerFlags, |
BorderRadiusClippingRule = IncludeSelfForBorderRadius); |
@@ -55,7 +55,7 @@ class CORE_EXPORT LayerClipRecorder { |
private: |
void collectRoundedRectClips(PaintLayer&, |
- const PaintLayerPaintingInfo& localPaintingInfo, |
+ const PaintLayer* clipRoot, |
GraphicsContext&, |
const LayoutPoint& fragmentOffset, |
PaintLayerFlags, |