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 7b259ea7438aff334d4488e9ad4bb7be6d13d5e5..a5ab3232e47bc9976fc8dc140689aa0582ec5ef1 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
@@ -466,7 +466,7 @@ enum ETransformStyle3D { |
TransformStyle3DFlat, TransformStyle3DPreserve3D |
}; |
-enum MotionRotationType { MotionRotationAuto, MotionRotationFixed }; |
+enum OffsetRotationType { OffsetRotationAuto, OffsetRotationFixed }; |
enum EBackfaceVisibility { |
BackfaceVisibilityVisible, BackfaceVisibilityHidden |