| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
|
| index 405e5007133693130d245f31e87ba735abbd9124..34baacf7fffa8fc6caa7ed6298c3c8f7369831a3 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
|
| @@ -16,7 +16,7 @@ class CSSValue;
|
| class CSSPropertyOffsetPathUtils {
|
| STATIC_ONLY(CSSPropertyOffsetPathUtils);
|
| static CSSValue* ConsumeOffsetPath(CSSParserTokenRange&,
|
| - const CSSParserContext*);
|
| + const CSSParserContext&);
|
| static CSSValue* ConsumePathOrNone(CSSParserTokenRange&);
|
| };
|
|
|
|
|