| 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 0dd6e8f386dba78ec587ce26a941c4641fe9f1ef..7311c164ce769c09f47f43a726ec7a93525e1a64 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
|
| @@ -196,6 +196,8 @@ class StyleBuilderConverter {
|
| const CSSValue&);
|
| static PassRefPtr<StylePath> ConvertPathOrNone(StyleResolverState&,
|
| const CSSValue&);
|
| + static PassRefPtr<BasicShape> ConvertOffsetPath(StyleResolverState&,
|
| + const CSSValue&);
|
| static StyleOffsetRotation ConvertOffsetRotate(const CSSValue&);
|
| template <CSSValueID cssValueFor0, CSSValueID cssValueFor100>
|
| static Length ConvertPositionLength(StyleResolverState&, const CSSValue&);
|
|
|