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

Unified Diff: third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp

Issue 2390773004: reflow comments in core/svg/ (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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: third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp b/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
index 8d950cc938194f17e883f796a22578d356092408..f0ca3eaf5f61f5c4e9cd3b7d031766903731c05c 100644
--- a/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
@@ -33,9 +33,9 @@ static inline bool isValidRange(const FloatType& x) {
return x >= -max && x <= max;
}
-// We use this generic parseNumber function to allow the Path parsing code to work
-// at a higher precision internally, without any unnecessary runtime cost or code
-// complexity.
+// We use this generic parseNumber function to allow the Path parsing code to
+// work at a higher precision internally, without any unnecessary runtime cost
+// or code complexity.
template <typename CharType, typename FloatType>
static bool genericParseNumber(const CharType*& cursor,
const CharType* end,
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.cpp ('k') | third_party/WebKit/Source/core/svg/SVGParsingError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698