| Index: third_party/WebKit/Source/core/paint/SVGClipPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGClipPainter.h b/third_party/WebKit/Source/core/paint/SVGClipPainter.h
|
| index 5db13639af449641a79a1f43d04ba3c0773a050e..053927ce61fbe853fede09d9d98e86f40938cb26 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGClipPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGClipPainter.h
|
| @@ -37,7 +37,7 @@ class SVGClipPainter {
|
| bool drawClipAsMask(GraphicsContext&,
|
| const LayoutObject&,
|
| const FloatRect& targetBoundingBox,
|
| - const FloatRect& targetPaintInvalidationRect,
|
| + const FloatRect& targetVisualRect,
|
| const AffineTransform&,
|
| const FloatPoint&);
|
|
|
|
|