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

Unified Diff: Source/core/animation/animatable/AnimatableVisibility.cpp

Issue 1305383006: Oilpan: Unship CSSValues and AnimatableValues Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/animatable/AnimatableVisibility.cpp
diff --git a/Source/core/animation/animatable/AnimatableVisibility.cpp b/Source/core/animation/animatable/AnimatableVisibility.cpp
index e1841c412dbedbbbe303f3cf347307d4c823d7aa..3128f6085f4a8925b88f3cbe74d64e3fd92e07fd 100644
--- a/Source/core/animation/animatable/AnimatableVisibility.cpp
+++ b/Source/core/animation/animatable/AnimatableVisibility.cpp
@@ -40,7 +40,7 @@ bool AnimatableVisibility::usesDefaultInterpolationWith(const AnimatableValue* v
return from != VISIBLE && to != VISIBLE;
}
-PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableVisibility::interpolateTo(const AnimatableValue* value, double fraction) const
+PassRefPtr<AnimatableValue> AnimatableVisibility::interpolateTo(const AnimatableValue* value, double fraction) const
{
EVisibility from = m_visibility;
EVisibility to = toAnimatableVisibility(value)->m_visibility;
« no previous file with comments | « Source/core/animation/animatable/AnimatableVisibility.h ('k') | Source/core/animation/css/CSSAnimatableValueFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698