| Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
|
| index f97262378cdfb5cc5b187e21faa19e2f7189618d..abf67ecd4bef915245c30ccecf7f6a1670292c5f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
|
| @@ -48,8 +48,6 @@ public:
|
| PassRefPtrWillBeRawPtr<SVGMatrixTearOff> getCTMFromJavascript();
|
| PassRefPtrWillBeRawPtr<SVGMatrixTearOff> getScreenCTMFromJavascript();
|
|
|
| - PassRefPtrWillBeRawPtr<SVGMatrixTearOff> getTransformToElement(SVGElement*, ExceptionState&);
|
| -
|
| SVGElement* nearestViewportElement() const;
|
| SVGElement* farthestViewportElement() const;
|
|
|
|
|