Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: Source/core/css/CSSParser.h

Issue 14334014: Parse "-webkit-columns: auto <length>" properly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Compile fix Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/CSSParser.h
diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
index 1c5ff4a2a42b76bdec6fe184682c0cbaf5d9c213..0fc6b31165f5df3205305f29135a708da8363073 100644
--- a/Source/core/css/CSSParser.h
+++ b/Source/core/css/CSSParser.h
@@ -169,6 +169,10 @@ public:
bool parseTransitionShorthand(CSSPropertyID, bool important);
bool parseAnimationShorthand(bool important);
+ PassRefPtr<CSSValue> parseColumnWidth();
+ PassRefPtr<CSSValue> parseColumnCount();
+ bool parseColumnsShorthand(bool important);
+
PassRefPtr<CSSValue> parseGridPosition();
bool parseIntegerOrStringFromGridPosition(RefPtr<CSSPrimitiveValue>& numericValue, RefPtr<CSSPrimitiveValue>& gridLineName);
bool parseGridItemPositionShorthand(CSSPropertyID, bool important);
« no previous file with comments | « LayoutTests/fast/multicol/columns-shorthand-parsing-2-expected.txt ('k') | Source/core/css/CSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698