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

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

Issue 1086873004: Add UseCounter for SVGURIReference.href.baseVal/animVal. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix nit + rebase Created 5 years, 8 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/frame/UseCounter.h ('k') | Source/core/svg/SVGAnimatedString.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedString.h
diff --git a/Source/core/svg/SVGAnimatedString.h b/Source/core/svg/SVGAnimatedString.h
index 636a04f18da4a333756201a26309f95deb9f8962..e9da37c31ad8255101f6ec00d293fc6cb282e61f 100644
--- a/Source/core/svg/SVGAnimatedString.h
+++ b/Source/core/svg/SVGAnimatedString.h
@@ -44,6 +44,10 @@ public:
return adoptRefWillBeNoop(new SVGAnimatedString(contextElement, attributeName, initialValue));
}
+ String baseVal();
+ void setBaseVal(String, ExceptionState&);
+ String animVal();
+
protected:
SVGAnimatedString(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtrWillBeRawPtr<SVGString> initialValue)
: SVGAnimatedProperty<SVGString>(contextElement, attributeName, initialValue)
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/svg/SVGAnimatedString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698