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

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

Issue 1576163002: Move scroll-snap related properties into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b002d5892ffbff70a590b131ef318df5052e902c..94ec6af3d592fef2a76269ee696fa2a1ff74b8c7 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
@@ -222,9 +222,6 @@ private:
bool consumeFlex(bool important);
- PassRefPtrWillBeRawPtr<CSSValue> parsePosition(CSSParserValueList*);
- PassRefPtrWillBeRawPtr<CSSValueList> parsePositionList(CSSParserValueList*);
-
// Image generators
bool parseDeprecatedGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&);
bool parseDeprecatedLinearGradient(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&, CSSGradientRepeat repeating);
@@ -312,11 +309,6 @@ 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;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698