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

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

Issue 955033002: [svg2] Make 'rx' and 'ry' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review fixes Created 5 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
« no previous file with comments | « Source/core/layout/svg/SVGPathData.cpp ('k') | Source/core/svg/SVGEllipseElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGElement.h
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
index fc0afdf983e13a49270e8fdb6fc285c2842eac60..04155f1dac6138bbac1644d28f9baa96354b7610 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -67,7 +67,6 @@ public:
virtual String title() const override;
bool hasRelativeLengths() const { return !m_elementsWithRelativeLengths.isEmpty(); }
static bool isAnimatableCSSProperty(const QualifiedName&);
- virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const { return false; }
enum CTMScope {
NearestViewportScope, // Used by SVGGraphicsElement::getCTM()
@@ -193,6 +192,7 @@ public:
static const AtomicString& eventParameterName();
virtual bool isPresentationAttribute(const QualifiedName&) const override;
+ virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const { return false; }
protected:
SVGElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
« no previous file with comments | « Source/core/layout/svg/SVGPathData.cpp ('k') | Source/core/svg/SVGEllipseElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698