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

Unified Diff: third_party/WebKit/Source/core/html/HTMLDimension.h

Issue 2528673003: Rework the "rules for parsing dimension values" implementation (Closed)
Patch Set: Rebase; clarify comment. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLDimension.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLDimension.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698