Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h

Issue 2564703002: CSS Motion Path: Deprecate motion-* and offset-rotation (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e3a9a9634ca2c632da07ed95dedf553155b48f17..a10d1d69ee12dcb46abd2a57e2e965ab10d6116f 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -116,8 +116,8 @@ class StyleBuilderConverter {
static TabSize convertLengthOrTabSpaces(StyleResolverState&, const CSSValue&);
static Length convertLineHeight(StyleResolverState&, const CSSValue&);
static float convertNumberOrPercentage(StyleResolverState&, const CSSValue&);
- static StyleOffsetRotation convertOffsetRotation(StyleResolverState&,
- const CSSValue&);
+ static StyleOffsetRotation convertOffsetRotate(StyleResolverState&,
+ const CSSValue&);
static LengthPoint convertPosition(StyleResolverState&, const CSSValue&);
static LengthPoint convertPositionOrAuto(StyleResolverState&,
const CSSValue&);
@@ -185,7 +185,7 @@ class StyleBuilderConverter {
const CSSValue&);
static PassRefPtr<StylePath> convertPathOrNone(StyleResolverState&,
const CSSValue&);
- static StyleOffsetRotation convertOffsetRotation(const CSSValue&);
+ static StyleOffsetRotation convertOffsetRotate(const CSSValue&);
template <CSSValueID cssValueFor0, CSSValueID cssValueFor100>
static Length convertPositionLength(StyleResolverState&, const CSSValue&);
static Rotation convertRotation(const CSSValue&);

Powered by Google App Engine
This is Rietveld 408576698