| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| index 61646e5585c7fa94f3a741bd64ad68a6b3e8939b..0fc4d2e3dcb9f89fe2dc28fecdafa64e7b5e905f 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -477,7 +477,7 @@ enum ETransformStyle3D {
|
| TransformStyle3DFlat, TransformStyle3DPreserve3D
|
| };
|
|
|
| -enum MotionRotationType { MotionRotationAuto, MotionRotationFixed };
|
| +enum OffsetRotationType { OffsetRotationAuto, OffsetRotationFixed };
|
|
|
| enum EBackfaceVisibility {
|
| BackfaceVisibilityVisible, BackfaceVisibilityHidden
|
|
|