| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index e438943b284ca24def4730fa748403a18b7082ba..81e5069dd0b6cf02f3bd2dba28bcdb974fccef38 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -667,11 +667,6 @@ void LayerImpl::SetPosition(const gfx::PointF& position) {
|
| position_ = position;
|
| }
|
|
|
| -bool LayerImpl::TransformIsAnimating() const {
|
| - return GetMutatorHost()->IsAnimatingTransformProperty(
|
| - element_id(), GetElementTypeForAnimation());
|
| -}
|
| -
|
| bool LayerImpl::HasPotentiallyRunningTransformAnimation() const {
|
| return GetMutatorHost()->HasPotentiallyRunningTransformAnimation(
|
| element_id(), GetElementTypeForAnimation());
|
|
|