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

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

Issue 1491023003: Refactor SVGAnimatedLength negative values mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace SVGLengthNegativeValuesMode enum with bool Created 5 years 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 | « no previous file | third_party/WebKit/Source/core/animation/LengthSVGInterpolation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h
diff --git a/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h b/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h
index acbfa6459e1bba490505fa5064380df78052d081..5108b732a427cd58963023e1a8dae1bbdf619b06 100644
--- a/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h
+++ b/third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h
@@ -17,7 +17,6 @@ public:
struct NonInterpolableType {
DISALLOW_NEW();
SVGLengthMode unitMode;
- SVGLengthNegativeValuesMode negativeValuesMode;
};
static bool canCreateFrom(SVGLength*, SVGLength*)
@@ -31,7 +30,7 @@ public:
static PassOwnPtr<InterpolableValue> toInterpolableValue(SVGLength*, const SVGAnimatedPropertyBase*, NonInterpolableType*);
- static PassRefPtrWillBeRawPtr<SVGLength> fromInterpolableValue(const InterpolableValue&, const NonInterpolableType&, const SVGElement*);
+ static PassRefPtrWillBeRawPtr<SVGLength> fromInterpolableValue(const InterpolableValue&, const NonInterpolableType&, const SVGElement*, const QualifiedName&);
PassRefPtrWillBeRawPtr<SVGPropertyBase> interpolatedValue(SVGElement&) const final;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/LengthSVGInterpolation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698