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 520c64589fea1b7619f381f271aaf4bd7189bfc2..85954eb612ab7d1772a63295d9919f3c5a382187 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -326,8 +326,6 @@ private: |
return static_cast<Units>(static_cast<unsigned>(a) | static_cast<unsigned>(b)); |
} |
- bool validWidthOrHeight(CSSParserValue*, Units); |
- |
bool validCalculationUnit(CSSParserValue*, Units, ReleaseParsedCalcValueCondition releaseCalc = DoNotReleaseParsedCalcValue); |
bool shouldAcceptUnitLessValues(CSSParserValue*, Units, CSSParserMode); |