| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index 5d2ed7e5b1df5923f6b3223c76f2e699c1f2c6f6..e438943b284ca24def4730fa748403a18b7082ba 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -611,11 +611,6 @@ SkColor LayerImpl::SafeOpaqueBackgroundColor() const {
|
| return color;
|
| }
|
|
|
| -bool LayerImpl::FilterIsAnimating() const {
|
| - return GetMutatorHost()->IsAnimatingFilterProperty(
|
| - element_id(), GetElementTypeForAnimation());
|
| -}
|
| -
|
| bool LayerImpl::HasPotentiallyRunningFilterAnimation() const {
|
| return GetMutatorHost()->HasPotentiallyRunningFilterAnimation(
|
| element_id(), GetElementTypeForAnimation());
|
|
|