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

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

Issue 13674002: Support intrinsic values for height, min-height and max-height (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CSS table tests Created 7 years, 8 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/WebCore/css/CSSParser.h
diff --git a/Source/WebCore/css/CSSParser.h b/Source/WebCore/css/CSSParser.h
index 93eb57249bfe9d8573bc08798aa542ffce09b9b5..be064c2d9048f5f61246cc0cffd783ebcb958516 100644
--- a/Source/WebCore/css/CSSParser.h
+++ b/Source/WebCore/css/CSSParser.h
@@ -504,8 +504,7 @@ private:
void setupParser(const char* prefix, unsigned prefixLength, const String&, const char* suffix, unsigned suffixLength);
bool inShorthand() const { return m_inParseShorthand; }
- bool validWidth(CSSParserValue*);
- bool validHeight(CSSParserValue*);
+ bool validWidthOrHeight(CSSParserValue*);
void deleteFontFaceOnlyValues();
« no previous file with comments | « LayoutTests/fast/css-intrinsic-dimensions/resources/height-keyword-classes.css ('k') | Source/WebCore/css/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698