| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
|
| index bd36d50c5644f948cb04259b3794c558977b403d..5472ea8b5f3a7868ab0f9bb39106c225f1ae16bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
|
| @@ -67,7 +67,7 @@ class LayoutSVGResourceMasker final : public LayoutSVGResourceContainer {
|
| GraphicsContext&);
|
|
|
| private:
|
| - void calculateMaskContentPaintInvalidationRect();
|
| + void calculateMaskContentVisualRect();
|
|
|
| sk_sp<const SkPicture> m_maskContentPicture;
|
| FloatRect m_maskContentBoundaries;
|
|
|