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

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

Issue 2370053003: Clean up stale FIXMEs and TODOs in core/animation (Closed)
Patch Set: Enum change unchange Created 4 years, 3 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/AnimatableImage.cpp
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
index 171bbfa52853035aac9a5a8b842d92fe40fdd058..f4fd21d44c1294c3d8e59c7c93795ed08dfa1a87 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableImage.cpp
@@ -36,7 +36,6 @@
namespace blink {
-// FIXME: Once cross-fade works on generated image types, remove this method.
alancutter (OOO until 2018) 2016/09/27 01:14:14 AnimatableValues are deprecated.
bool AnimatableImage::usesDefaultInterpolationWith(const AnimatableValue* value) const
{
if (!m_value->isImageValue())

Powered by Google App Engine
This is Rietveld 408576698