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

Unified Diff: third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h

Issue 2109373002: Make maybeConvertNeutral pure virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notreached
Patch Set: Created 4 years, 6 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/animation/SVGTransformListInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
index 9657e520dbebb89156a2435d9ba1effacf04d83f..c99ecf11ded46d74036ca004c0bb9f7748ae16d8 100644
--- a/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.h
@@ -17,6 +17,7 @@ public:
{ }
private:
+ InterpolationValue maybeConvertNeutral(const InterpolationValue&, ConversionCheckers&) const final;
InterpolationValue maybeConvertSVGValue(const SVGPropertyBase& svgValue) const final;
InterpolationValue maybeConvertSingle(const PropertySpecificKeyframe&, const InterpolationEnvironment&, const InterpolationValue& underlying, ConversionCheckers&) const final;
SVGPropertyBase* appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;

Powered by Google App Engine
This is Rietveld 408576698