| 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 b8b098a2569199aa9d4e5562d34e8e4cddbb01da..900e8ee1c8076553eb252bd8908b847ee91f186b 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -424,7 +424,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| CalculateBoundsOptions = MaybeIncludeTransformForAncestorLayer) const;
|
| LayoutRect fragmentsBoundingBox(const PaintLayer* ancestorLayer) const;
|
|
|
| - FloatRect boxForFilter() const;
|
| + FloatRect boxForFilterOrMask() const;
|
| LayoutRect boxForClipPath() const;
|
|
|
| LayoutRect boundingBoxForCompositingOverlapTest() const;
|
|
|