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

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

Issue 2485663002: Store CSSPropertyID in SVGAnimatedPropertyBase (Closed)
Patch Set: Add missing case Created 4 years, 1 month 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/SVGEllipseElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGEllipseElement.h b/third_party/WebKit/Source/core/svg/SVGEllipseElement.h
index 1878d6f4f21fe0cfd1209f9767ef7f9d409dfe68..710ea3246648c96a521571029463eeb7877dacb8 100644
--- a/third_party/WebKit/Source/core/svg/SVGEllipseElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGEllipseElement.h
@@ -46,8 +46,6 @@ class SVGEllipseElement final : public SVGGeometryElement {
private:
explicit SVGEllipseElement(Document&);
- bool isPresentationAttribute(const QualifiedName&) const override;
- bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
void collectStyleForPresentationAttribute(const QualifiedName&,
const AtomicString&,
MutableStylePropertySet*) override;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698