| Index: cc/trees/target_property.h
|
| diff --git a/cc/trees/target_property.h b/cc/trees/target_property.h
|
| index 177ef965afa8247e314a6a7c666c21f6ecbe0ce7..55f31708b4c83d1314139675f01655956e3563bb 100644
|
| --- a/cc/trees/target_property.h
|
| +++ b/cc/trees/target_property.h
|
| @@ -19,9 +19,10 @@ enum Type {
|
| FILTER,
|
| SCROLL_OFFSET,
|
| BACKGROUND_COLOR,
|
| + BOUNDS,
|
| // These sentinels must be last
|
| FIRST_TARGET_PROPERTY = TRANSFORM,
|
| - LAST_TARGET_PROPERTY = BACKGROUND_COLOR
|
| + LAST_TARGET_PROPERTY = BOUNDS
|
| };
|
|
|
| CC_EXPORT const char* GetName(TargetProperty::Type property);
|
|
|