summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/parser/css_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/parser/css_parser.h')
-rw-r--r--chromium/third_party/blink/renderer/core/css/parser/css_parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/parser/css_parser.h b/chromium/third_party/blink/renderer/core/css/parser/css_parser.h
index 6de5b9be336..df51b7f0142 100644
--- a/chromium/third_party/blink/renderer/core/css/parser/css_parser.h
+++ b/chromium/third_party/blink/renderer/core/css/parser/css_parser.h
@@ -23,6 +23,7 @@ class StyleRuleBase;
class StyleRuleKeyframe;
class StyleSheetContents;
class CSSValue;
+class CSSPrimitiveValue;
enum class ParseSheetResult;
enum class SecureContextMode;
@@ -112,6 +113,9 @@ class CORE_EXPORT CSSParser {
const String&,
CSSParserObserver&);
+ static CSSPrimitiveValue* ParseLengthPercentage(const String&,
+ const CSSParserContext*);
+
private:
static MutableCSSPropertyValueSet::SetResult ParseValue(
MutableCSSPropertyValueSet*,