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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathUtilities.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/SVGPathUtilities.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp b/third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp
index 8afaf03f8ee7e26e901246ec18d553379ac5790e..9ee0ede4afc3f9d2f22a63ec76cbb35611c4f4d4 100644
--- a/third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp
@@ -62,7 +62,8 @@ SVGParsingError buildByteStreamFromString(const String& d,
if (d.isEmpty())
return SVGParseStatus::NoError;
- // The string length is typically a minor overestimate of eventual byte stream size, so it avoids us a lot of reallocs.
+ // The string length is typically a minor overestimate of eventual byte stream
+ // size, so it avoids us a lot of reallocs.
result.reserveInitialCapacity(d.length());
SVGPathByteStreamBuilder builder(result);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathQuery.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPatternElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698