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

Unified Diff: Source/core/animation/LengthInterpolationType.h

Issue 1248093002: Move interpolated Length unit types out of InterpolableValue into NonInterpolableValue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 4 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: Source/core/animation/LengthInterpolationType.h
diff --git a/Source/core/animation/LengthInterpolationType.h b/Source/core/animation/LengthInterpolationType.h
index d3b01e3b6f7232792adb2dccbad206a973a382c8..8c98dc766da16aa1810fbc957d7aab36a87eac45 100644
--- a/Source/core/animation/LengthInterpolationType.h
+++ b/Source/core/animation/LengthInterpolationType.h
@@ -17,6 +17,7 @@ public:
LengthInterpolationType(CSSPropertyID);
PassOwnPtrWillBeRawPtr<InterpolationValue> maybeConvertUnderlyingValue(const StyleResolverState&) const final;
+ PassRefPtrWillBeRawPtr<NonInterpolableValue> mergeNonInterpolableValues(const NonInterpolableValue*, const NonInterpolableValue*) const final;
void apply(const InterpolableValue&, const NonInterpolableValue*, StyleResolverState&) const final;
private:

Powered by Google App Engine
This is Rietveld 408576698