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

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

Issue 2618323002: Block animation of the SVGScriptElement (Closed)
Patch Set: Created 3 years, 11 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/SVGURIReference.h
diff --git a/third_party/WebKit/Source/core/svg/SVGURIReference.h b/third_party/WebKit/Source/core/svg/SVGURIReference.h
index e90c7818587376b09d5c25f87d730ef16a9594fa..5cec48b47bdaff89a11b3211e5d65529d6f64789 100644
--- a/third_party/WebKit/Source/core/svg/SVGURIReference.h
+++ b/third_party/WebKit/Source/core/svg/SVGURIReference.h
@@ -59,7 +59,11 @@ class CORE_EXPORT SVGURIReference : public GarbageCollectedMixin {
DECLARE_VIRTUAL_TRACE();
protected:
- explicit SVGURIReference(SVGElement*);
+ enum PropertyMapAddition {
+ DoNotAddToPropertyMap,
+ AddToPropertyMap,
+ };
+ explicit SVGURIReference(SVGElement*, PropertyMapAddition = AddToPropertyMap);
private:
Member<SVGAnimatedHref> m_href;

Powered by Google App Engine
This is Rietveld 408576698