Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
index c294f29856efd4a70f4e5f49c0d28231c80cb983..11514a09ca5cf72c5a77aa3c5da199818a1717e3 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -88,6 +88,7 @@ class CSSPropertyParser { |
bool important); |
bool consumeBackgroundShorthand(const StylePropertyShorthand&, |
bool important); |
+ bool consumeOffsetShorthand(bool important); |
bool consumeColumns(bool important); |