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

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp

Issue 1701813002: Make Keyframe::PropertySpecificKeyframes RefCounted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: InvalidatableInterpolation RefPtrs Created 4 years, 10 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/animatable/AnimatableValue.cpp
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
index f67cfafaabb54ed44053d71356a0555441442cfa..dba8160fdbcb0dd88bae2cd9ea8cf2a103dba336 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
@@ -36,7 +36,7 @@
namespace blink {
-const AnimatableValue* AnimatableValue::neutralValue()
+PassRefPtr<AnimatableValue> AnimatableValue::neutralValue()
{
DEFINE_STATIC_REF(AnimatableNeutral, neutralSentinelValue, (AnimatableNeutral::create()));
return neutralSentinelValue;

Powered by Google App Engine
This is Rietveld 408576698