| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index bf4ccf59c2880bcc76e0b38a0dd95d3f89eda686..04822c34ecef2bc064b67568fcdf8cdc7c8bd294 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -446,10 +446,7 @@ class CC_EXPORT LayerTreeImpl {
|
| bool HasAnyAnimationTargetingProperty(const LayerImpl* layer,
|
| TargetProperty::Type property) const;
|
|
|
| - bool FilterIsAnimatingOnImplOnly(const LayerImpl* layer) const;
|
| - bool OpacityIsAnimatingOnImplOnly(const LayerImpl* layer) const;
|
| bool ScrollOffsetIsAnimatingOnImplOnly(const LayerImpl* layer) const;
|
| - bool TransformIsAnimatingOnImplOnly(const LayerImpl* layer) const;
|
|
|
| bool AnimationsPreserveAxisAlignment(const LayerImpl* layer) const;
|
| bool HasOnlyTranslationTransforms(const LayerImpl* layer) const;
|
|
|