| Index: third_party/WebKit/Source/core/svg/SVGMarkerElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGMarkerElement.h b/third_party/WebKit/Source/core/svg/SVGMarkerElement.h
|
| index 832ca1b89d6c743d74b6fc2fac6c40dcf4d53711..a40769a952f9984e29caeb05010cf173e0550aa6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMarkerElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMarkerElement.h
|
| @@ -88,7 +88,7 @@ class SVGMarkerElement final : public SVGElement, public SVGFitToViewBox {
|
| void childrenChanged(const ChildrenChange&) override;
|
|
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| - bool layoutObjectIsNeeded(const ComputedStyle&) override { return true; }
|
| + bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
|
|
| bool selfHasRelativeLengths() const override;
|
|
|
|
|