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

Unified Diff: Source/core/animation/ColorStyleInterpolation.cpp

Issue 1249553002: CSSValue Immediates: Add move operators to CSSPrimitiveValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cssvalue_patch_3_tagged_ptrs_with_copy_ops_mv_operators_ref_primvalue
Patch Set: Rebase Created 5 years, 5 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/ColorStyleInterpolation.cpp
diff --git a/Source/core/animation/ColorStyleInterpolation.cpp b/Source/core/animation/ColorStyleInterpolation.cpp
index 5c9a618bafc0d4ceef9d5cbc5d1856cf59595e89..c3e6241f06ed262a51cfeab2230e3b7cc0aa7fab 100644
--- a/Source/core/animation/ColorStyleInterpolation.cpp
+++ b/Source/core/animation/ColorStyleInterpolation.cpp
@@ -50,7 +50,7 @@ PassOwnPtrWillBeRawPtr<InterpolableValue> ColorStyleInterpolation::colorToInterp
return list->clone();
}
-PassRefPtrWillBeRawPtr<CSSPrimitiveValue> ColorStyleInterpolation::interpolableValueToColor(const InterpolableValue& value)
+CSSPrimitiveValue ColorStyleInterpolation::interpolableValueToColor(const InterpolableValue& value)
{
ASSERT(value.isList());
const InterpolableList* list = toInterpolableList(&value);
« no previous file with comments | « Source/core/animation/ColorStyleInterpolation.h ('k') | Source/core/animation/DeferredLegacyStyleInterpolation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698