| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index ff3e80677601d719b8d0e298dbcaec18bb86ebfe..591a4f4251ca0db284ac5123d5e12fe1589e3ce4 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -217,8 +217,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
| void SetTransformOrigin(const gfx::Point3F&);
|
| gfx::Point3F transform_origin() const { return transform_origin_; }
|
|
|
| - bool HasAnyAnimationTargetingProperty(
|
| - Animation::TargetProperty property) const;
|
| + bool HasAnyAnimationTargetingProperty(TargetProperty::Type property) const;
|
|
|
| bool ScrollOffsetAnimationWasInterrupted() const;
|
|
|
|
|