| Index: cc/trees/property_animation_state.h
|
| diff --git a/cc/trees/property_animation_state.h b/cc/trees/property_animation_state.h
|
| index 173ea921da2a3e3118907b84dbb2f367fc264436..a171a91c0ed93894663e2535c08022b350c1658a 100644
|
| --- a/cc/trees/property_animation_state.h
|
| +++ b/cc/trees/property_animation_state.h
|
| @@ -30,8 +30,8 @@ struct CC_EXPORT PropertyAnimationState {
|
| void Clear();
|
| };
|
|
|
| -PropertyAnimationState operator^(const PropertyAnimationState& lhs,
|
| - const PropertyAnimationState& rhs);
|
| +CC_EXPORT PropertyAnimationState operator^(const PropertyAnimationState& lhs,
|
| + const PropertyAnimationState& rhs);
|
|
|
| } // namespace cc
|
|
|
|
|