Chromium Code Reviews| 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()) |