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

Unified Diff: third_party/WebKit/Source/core/style/SVGComputedStyle.h

Issue 2392143002: reflow comments in core/style (Closed)
Patch Set: . 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/style/SVGComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyle.h b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
index 5f29bcaeb83aafb9cdd3244a9b5a7d34b0c37ef9..5c35d1ae2940ad6d5b13bf33e2f9a53d2396e766 100644
--- a/third_party/WebKit/Source/core/style/SVGComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
@@ -467,7 +467,8 @@ class CORE_EXPORT SVGComputedStyle : public RefCounted<SVGComputedStyle> {
// don't inherit
struct NonInheritedFlags {
- // 32 bit non-inherited, don't add to the struct, or the operator will break.
+ // 32 bit non-inherited, don't add to the struct, or the operator will
+ // break.
bool operator==(const NonInheritedFlags& other) const {
return niflags == other.niflags;
}
« no previous file with comments | « third_party/WebKit/Source/core/style/NinePieceImage.cpp ('k') | third_party/WebKit/Source/core/style/SVGComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698