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

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

Issue 18053005: Introduce SVGGraphicsElement IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/core/svg/SVGElement.h
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
index 96dde7850b573fa139dabd34e1359a372fe71ce4..d8df822fec7f5d8313e96f028c6280bd363db7a9 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -58,7 +58,7 @@ public:
SVGDocumentExtensions* accessDocumentSVGExtensions();
virtual bool isSVGStyledElement() const { return false; }
- virtual bool isStyledTransformable() const { return false; }
+ virtual bool isSVGGraphicsElement() const { return false; }
virtual bool isStyledLocatable() const { return false; }
virtual bool isSVGSVGElement() const { return false; }
virtual bool isFilterEffect() const { return false; }

Powered by Google App Engine
This is Rietveld 408576698