Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index 547b422ac4be16f8ed087ebe48f70ff41e0d3ee0..8008a5c5600a19771635a0e26f0c9c6ae46b0c68 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(AnimationTargetProperty property) const; |
bool ScrollOffsetAnimationWasInterrupted() const; |