| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 97b698fbcd04d632db7c78e48733b33bfb47d0b8..08c72afa64c13595d79060f2cf75e86842ff3b2a 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -440,7 +440,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| void SetMutableProperties(uint32_t properties);
|
| uint32_t mutable_properties() const { return inputs_.mutable_properties; }
|
|
|
| - bool HasActiveAnimationForTesting() const;
|
| + bool HasTickingAnimationForTesting() const;
|
|
|
| void SetHasWillChangeTransformHint(bool has_will_change);
|
| bool has_will_change_transform_hint() const {
|
|
|