| 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 56077911c32eb11a9541fa67692d6225dceb0477..9ac0a9d12449eff23edb5bbe9a4125a6394eaa1c 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| @@ -74,6 +74,7 @@ class LayoutSVGBlock : public LayoutBlockFlow {
|
| void absoluteRects(Vector<IntRect>&,
|
| const LayoutPoint& accumulatedOffset) const final;
|
|
|
| + void updateFromStyle() final;
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) final;
|
|
|
| bool nodeAtPoint(HitTestResult&,
|
|
|