| Index: third_party/WebKit/Source/core/svg/SVGTextPathElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextPathElement.h b/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
|
| index 683cce803c9424f9279557175e03f8c04be26523..593a378da0c9f7c6afc4860833fb26804f3ab56c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
|
| @@ -95,6 +95,7 @@ class SVGTextPathElement final : public SVGTextContentElement,
|
| Member<SVGAnimatedLength> m_startOffset;
|
| Member<SVGAnimatedEnumeration<SVGTextPathMethodType>> m_method;
|
| Member<SVGAnimatedEnumeration<SVGTextPathSpacingType>> m_spacing;
|
| + Member<IdTargetObserver> m_targetIdObserver;
|
| };
|
|
|
| } // namespace blink
|
|
|