Index: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h |
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h |
index 9c25555ed1d6b8a7f2cb7a28a06d5667f539891a..3fe030ad6faa0012d3fe9083286617e4ccd8c617 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h |
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h |
@@ -33,7 +33,7 @@ |
#include "core/css/resolver/StyleResolverState.h" |
#include "core/style/QuotesData.h" |
#include "core/style/ShadowList.h" |
-#include "core/style/StyleMotionRotation.h" |
+#include "core/style/StyleOffsetRotation.h" |
#include "core/style/StyleReflection.h" |
#include "core/style/StyleScrollSnapData.h" |
#include "core/style/TransformOrigin.h" |
@@ -87,7 +87,7 @@ public: |
static TabSize convertLengthOrTabSpaces(StyleResolverState&, const CSSValue&); |
static Length convertLineHeight(StyleResolverState&, const CSSValue&); |
static float convertNumberOrPercentage(StyleResolverState&, const CSSValue&); |
- static StyleMotionRotation convertMotionRotation(StyleResolverState&, const CSSValue&); |
+ static StyleOffsetRotation convertOffsetRotation(StyleResolverState&, const CSSValue&); |
static LengthPoint convertPosition(StyleResolverState&, const CSSValue&); |
static float convertPerspective(StyleResolverState&, const CSSValue&); |
static Length convertQuirkyLength(StyleResolverState&, const CSSValue&); |
@@ -118,7 +118,7 @@ public: |
static PassRefPtr<ScaleTransformOperation> convertScale(StyleResolverState&, const CSSValue&); |
static RespectImageOrientationEnum convertImageOrientation(StyleResolverState&, const CSSValue&); |
static PassRefPtr<StylePath> convertPathOrNone(StyleResolverState&, const CSSValue&); |
- static StyleMotionRotation convertMotionRotation(const CSSValue&); |
+ static StyleOffsetRotation convertOffsetRotation(const CSSValue&); |
template <CSSValueID cssValueFor0, CSSValueID cssValueFor100> static Length convertPositionLength(StyleResolverState&, const CSSValue&); |
static Rotation convertRotation(const CSSValue&); |