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 63148814ec57a0b4a84dda935f28f5046af3aac0..82c214ff9ecde734e786585fcc590aba96059c55 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -154,6 +154,7 @@ private: |
// Legacy parsing allows <string>s for animation-name |
bool consumeAnimationShorthand(const StylePropertyShorthand&, bool useLegacyParsing, bool important); |
+ bool consumeBackgroundShorthand(const StylePropertyShorthand&, bool important); |
bool consumeColumns(bool important); |