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

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: better fixme comment 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 b04c5e5305180cb9ff36b6c0c134888aa76b561f..be19f1e80b477d0b8ed87a1582c017f52d2eadfe 100644
--- a/Source/WebCore/css/CSSParser.h
+++ b/Source/WebCore/css/CSSParser.h
@@ -533,8 +533,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();

Powered by Google App Engine
This is Rietveld 408576698