| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| index 15b889c4693822be15a0c1249e20e8c4afd3b2e1..9c344e795295b797219e93135e14728af7d994a7 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| @@ -38,8 +38,6 @@ public:
|
|
|
| PaintLayerType layerTypeRequired() const final { return NoPaintLayer; }
|
|
|
| - void invalidateTreeIfNeeded(const PaintInvalidationState&) override;
|
| -
|
| protected:
|
| void willBeDestroyed() override;
|
| bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, VisualRectFlags = DefaultVisualRectFlags) const final;
|
|
|