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

Unified Diff: third_party/WebKit/Source/core/svg/SVGForeignObjectElement.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/SVGForeignObjectElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.h b/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.h
index f4a4b2035f714d55d77e660efdedc5f047d41695..065840cbd260b0b25b1ecb2b381625f426d29872 100644
--- a/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.h
@@ -43,8 +43,6 @@ class SVGForeignObjectElement final : public SVGGraphicsElement {
private:
explicit SVGForeignObjectElement(Document&);
- bool isPresentationAttribute(const QualifiedName&) const override;
- bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
void collectStyleForPresentationAttribute(const QualifiedName&,
const AtomicString&,
MutableStylePropertySet*) override;

Powered by Google App Engine
This is Rietveld 408576698