Index: third_party/WebKit/Source/core/html/HTMLDimension.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLDimension.h b/third_party/WebKit/Source/core/html/HTMLDimension.h |
index aa2e7f1ff4d576d4a2f9270f8d930d3efc3d0434..b10bebfc9f02fb2f8c13b7211f1ae2874f9a5c3e 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLDimension.h |
+++ b/third_party/WebKit/Source/core/html/HTMLDimension.h |
@@ -72,6 +72,7 @@ class HTMLDimension { |
}; |
CORE_EXPORT Vector<HTMLDimension> parseListOfDimensions(const String&); |
+CORE_EXPORT bool parseDimensionValue(const String&, HTMLDimension&); |
} // namespace blink |