Index: Source/core/css/resolver/StyleBuilderCustom.h |
diff --git a/Source/core/css/resolver/StyleBuilderCustom.h b/Source/core/css/resolver/StyleBuilderCustom.h |
index 2496b3b881409210d34504cb546039c589d2341a..597c5019b2525b85b226c5221e34936819992534 100644 |
--- a/Source/core/css/resolver/StyleBuilderCustom.h |
+++ b/Source/core/css/resolver/StyleBuilderCustom.h |
@@ -44,6 +44,7 @@ public: |
static Length convertLengthOrAuto(StyleResolverState&, CSSValue*); |
static Length convertLengthSizing(StyleResolverState&, CSSValue*); |
static Length convertLengthMaxSizing(StyleResolverState&, CSSValue*); |
+ static LengthPoint convertLengthPoint(StyleResolverState&, CSSValue*); |
static LengthSize convertRadius(StyleResolverState&, CSSValue*); |
static float convertSpacing(StyleResolverState&, CSSValue*); |
template <CSSValueID IdForNone> static AtomicString convertString(StyleResolverState&, CSSValue*); |