| 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 665daf135700f9297dfcf0c18a8655a499b35050..8ab68714db5102befac4cab8fe13ef49d9771f1e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| @@ -48,13 +48,14 @@ protected:
|
| AffineTransform m_localTransform;
|
|
|
| bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSVG || LayoutBlockFlow::isOfType(type); }
|
| +
|
| + void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| +
|
| private:
|
| void updateFromStyle() final;
|
|
|
| void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const final;
|
|
|
| - void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) final;
|
| -
|
| bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override;
|
| };
|
|
|
|
|