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

Unified Diff: third_party/WebKit/Source/core/svg/SVGParsingError.h

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/SVGParsingError.h
diff --git a/third_party/WebKit/Source/core/svg/SVGParsingError.h b/third_party/WebKit/Source/core/svg/SVGParsingError.h
index f71cce571d6696f9d89a238b7bc4c0ced5af5aee..b0f4a35959c31f745aaebf6cd6f88385c53349aa 100644
--- a/third_party/WebKit/Source/core/svg/SVGParsingError.h
+++ b/third_party/WebKit/Source/core/svg/SVGParsingError.h
@@ -103,8 +103,8 @@ class SVGParsingError {
}
unsigned m_status : 8;
- unsigned m_locus
- : kLocusBits; // The locus (character index) of the error within the parsed string.
+ unsigned m_locus : kLocusBits; // The locus (character index) of the error
+ // within the parsed string.
};
inline bool operator==(const SVGParsingError& error, SVGParseStatus status) {
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698