| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 547b422ac4be16f8ed087ebe48f70ff41e0d3ee0..ee91b474e0a57cd575b5b4295ccbf68c27d88206 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -218,7 +218,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
| gfx::Point3F transform_origin() const { return transform_origin_; }
|
|
|
| bool HasAnyAnimationTargetingProperty(
|
| - Animation::TargetProperty property) const;
|
| + AnimationTargetProperty::Enum property) const;
|
|
|
| bool ScrollOffsetAnimationWasInterrupted() const;
|
|
|
|
|