Index: third_party/WebKit/Source/core/svg/SVGElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h |
index bc0f6355da1e554222872a07a61e32c95eb199ad..e8bf29979999e18d69701d1bd36fb625cc356196 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h |
@@ -80,10 +80,9 @@ class CORE_EXPORT SVGElement : public Element { |
enum CTMScope { |
NearestViewportScope, // Used by SVGGraphicsElement::getCTM() |
- ScreenScope, // Used by SVGGraphicsElement::getScreenCTM() |
AncestorScope // Used by SVGSVGElement::get{Enclosure|Intersection}List() |
}; |
- virtual AffineTransform localCoordinateSpaceTransform(CTMScope) const; |
+ virtual AffineTransform localCoordinateSpaceTransform() const; |
virtual bool needsPendingResourceHandling() const { return true; } |
bool instanceUpdatesBlocked() const; |