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 88b763d2bc80985ffef53a3aee7dd33a78ef5f6b..a107e9a16996ff396f4a1c885bce23a184b87d6d 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; |