| Index: third_party/WebKit/Source/core/paint/SVGMaskPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGMaskPainter.h b/third_party/WebKit/Source/core/paint/SVGMaskPainter.h
|
| index 187f84ab431310ce8affbcc52a8dd41c76c526ac..ebb1d0fb3b17969d45f693ead50fc1dec0bdbf4c 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGMaskPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGMaskPainter.h
|
| @@ -27,7 +27,7 @@ class SVGMaskPainter {
|
| void drawMaskForLayoutObject(GraphicsContext&,
|
| const LayoutObject&,
|
| const FloatRect& targetBoundingBox,
|
| - const FloatRect& targetPaintInvalidationRect);
|
| + const FloatRect& targetVisualRect);
|
|
|
| LayoutSVGResourceMasker& m_mask;
|
| };
|
|
|