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

Unified Diff: Source/core/css/parser/CSSPropertyParser.h

Issue 1148873005: Parsing CSS properties for scroll snap points (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add additional tests for position parsing Created 5 years, 7 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/parser/CSSPropertyParser.h
diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
index 2fc54df1083c154051e45983f47950275fcc4b9a..93ed2c85d35f5cb87e1e21932a25620aa43ba19d 100644
--- a/Source/core/css/parser/CSSPropertyParser.h
+++ b/Source/core/css/parser/CSSPropertyParser.h
@@ -361,6 +361,11 @@ private:
void commitBorderImageProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important);
+ PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapPoints();
+ PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapDestination();
+ PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapCoordinate();
+ PassRefPtrWillBeRawPtr<CSSValue> parseScrollSnapPosition();
+
private:
// Inputs:
CSSParserValueList* m_valueList;

Powered by Google App Engine
This is Rietveld 408576698