Index: cc/animation/target_property.h |
diff --git a/cc/animation/target_property.h b/cc/animation/target_property.h |
index e4658e15578518991ac5129e26c9c62bd46b1a42..4ba1e1daf7db0bf4c39d2874996f255bc3183655 100644 |
--- a/cc/animation/target_property.h |
+++ b/cc/animation/target_property.h |
@@ -15,7 +15,8 @@ enum Type { |
FILTER, |
SCROLL_OFFSET, |
BACKGROUND_COLOR, |
- // This sentinel must be last. |
+ // These sentinels must be last |
+ FIRST_TARGET_PROPERTY = TRANSFORM, |
LAST_TARGET_PROPERTY = BACKGROUND_COLOR |
}; |