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

Unified Diff: third_party/WebKit/Source/core/style/BorderImageLength.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/BorderValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/BorderImageLength.h
diff --git a/third_party/WebKit/Source/core/style/BorderImageLength.h b/third_party/WebKit/Source/core/style/BorderImageLength.h
index a1f808ae891f99a2fc197192181178e1656e9448..50c9ee3996440ed7e0774f1446d65c69a6f66c0b 100644
--- a/third_party/WebKit/Source/core/style/BorderImageLength.h
+++ b/third_party/WebKit/Source/core/style/BorderImageLength.h
@@ -80,8 +80,8 @@ class BorderImageLength {
}
private:
- // Ideally we would put the 2 following fields in a union, but Length has a constructor,
- // a destructor and a copy assignment which isn't allowed.
+ // Ideally we would put the 2 following fields in a union, but Length has a
+ // constructor, a destructor and a copy assignment which isn't allowed.
Length m_length;
double m_number;
enum { LengthType, NumberType } m_type;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/BorderValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698