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

Unified Diff: third_party/WebKit/Source/core/style/BorderValue.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/BorderValue.h
diff --git a/third_party/WebKit/Source/core/style/BorderValue.h b/third_party/WebKit/Source/core/style/BorderValue.h
index d73947d24c73e00fdd968f750aac9f5ce5c13eb3..9c97bfcda155c9b0726d7f34fd3fa0df352cf24d 100644
--- a/third_party/WebKit/Source/core/style/BorderValue.h
+++ b/third_party/WebKit/Source/core/style/BorderValue.h
@@ -56,7 +56,8 @@ class BorderValue {
m_colorIsCurrentColor == o.m_colorIsCurrentColor;
}
- // The default width is 3px, but if the style is none we compute a value of 0 (in ComputedStyle itself)
+ // The default width is 3px, but if the style is none we compute a value of 0
+ // (in ComputedStyle itself)
bool visuallyEqual(const BorderValue& o) const {
if (m_style == BorderStyleNone && o.m_style == BorderStyleNone)
return true;
« no previous file with comments | « third_party/WebKit/Source/core/style/BorderImageLength.h ('k') | third_party/WebKit/Source/core/style/CachedUAStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698