| Index: third_party/WebKit/Source/core/svg/SVGTextPositioningElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.h b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.h
|
| index 618a35f4a1f5c32abc682af9d429114a86471fcd..a8a5ca1db95991eabb948c568489fc441dea8e49 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.h
|
| @@ -32,8 +32,6 @@ namespace blink {
|
| class SVGTextPositioningElement : public SVGTextContentElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static SVGTextPositioningElement* elementFromLayoutObject(LayoutObject&);
|
| -
|
| SVGAnimatedLengthList* x() { return m_x.get(); }
|
| SVGAnimatedLengthList* y() { return m_y.get(); }
|
| SVGAnimatedLengthList* dx() { return m_dx.get(); }
|
|
|