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 dc00e532d1510cfdf04e1d792bf40911994b831b..405e5007133693130d245f31e87ba735abbd9124 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h |
@@ -16,8 +16,7 @@ class CSSValue; |
class CSSPropertyOffsetPathUtils { |
STATIC_ONLY(CSSPropertyOffsetPathUtils); |
static CSSValue* ConsumeOffsetPath(CSSParserTokenRange&, |
- const CSSParserContext*, |
- bool); |
+ const CSSParserContext*); |
static CSSValue* ConsumePathOrNone(CSSParserTokenRange&); |
}; |