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

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

Issue 2711503002: Compute a more correct "screen scope" transform for SVGSVGElement (Closed)
Patch Set: Tweak test Created 3 years, 10 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/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;

Powered by Google App Engine
This is Rietveld 408576698