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

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

Issue 1414413002: SVG Web Animations: Add SVGInterpolationType pipeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgAttributeReference
Patch Set: Change InterpolationEnvironment Created 5 years, 2 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/SVGStaticStringList.h
diff --git a/third_party/WebKit/Source/core/svg/SVGStaticStringList.h b/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
index 54fdd23195ceb20310ca465f95d168f66e4d3f69..a4c70ac7f30e1230cadcbf95f58b367028e28043 100644
--- a/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
+++ b/third_party/WebKit/Source/core/svg/SVGStaticStringList.h
@@ -52,6 +52,7 @@ public:
// SVGAnimatedPropertyBase:
SVGPropertyBase* currentValueBase() override;
+ const SVGPropertyBase* currentValueBase() const override;
bool isAnimating() const override;
PassRefPtrWillBeRawPtr<SVGPropertyBase> createAnimatedValue() override;
void setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase>) override;

Powered by Google App Engine
This is Rietveld 408576698