| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| index 05a7e49882a1e83abf9143dbb880633b18d50c25..03d48ccbb809a01af89475f815272871940f8485 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| @@ -83,9 +83,6 @@ class LayoutSVGModelObject : public LayoutObject {
|
| const LayoutRect& containerRect) const final;
|
| void willBeDestroyed() override;
|
|
|
| - PaintInvalidationReason invalidatePaintIfNeeded(
|
| - const PaintInvalidatorContext&) const final;
|
| -
|
| private:
|
| // LayoutSVGModelObject subclasses should use element() instead.
|
| void node() const = delete;
|
|
|