Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Unified Diff: third_party/WebKit/Source/core/svg/SVGGraphicsElement.h

Issue 1406303007: Drop SVGGraphicsElement.getTransformToElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698