| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index 264c5cfd584983ebd90cdce4744574b71b2b8214..bf0330163de5eaf2444b49d99f3ec0e0336e1455 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -373,6 +373,8 @@ public:
|
| LayoutRect physicalBoundingBoxIncludingReflectionAndStackingChildren(const LayoutPoint& offsetFromRoot, CalculateBoundsOptions = MaybeIncludeTransformForAncestorLayer) const;
|
| LayoutRect fragmentsBoundingBox(const PaintLayer* ancestorLayer) const;
|
|
|
| + LayoutRect boxForClipPath() const;
|
| +
|
| LayoutRect boundingBoxForCompositingOverlapTest() const;
|
|
|
| // If true, this layer's children are included in its bounds for overlap testing.
|
|
|