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

Unified Diff: third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h

Issue 2392343005: Reflow comments in core/css (Closed)
Patch Set: Revert clang-format 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/css/CSSBorderImageSliceValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h b/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
index cbdb532f1c90613bd636fbca292d43ddfbf1d714..a2b4b2f8ab75eb0e640cc66d5abcc01e16dd183d 100644
--- a/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
+++ b/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
@@ -52,8 +52,8 @@ class CSSBorderImageSliceValue : public CSSValue {
private:
CSSBorderImageSliceValue(CSSQuadValue* slices, bool fill);
- // These four values are used to make "cuts" in the border image. They can be numbers
- // or percentages.
+ // These four values are used to make "cuts" in the border image. They can be
+ // numbers or percentages.
Member<CSSQuadValue> m_slices;
bool m_fill;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/AffectedByFocusTest.cpp ('k') | third_party/WebKit/Source/core/css/CSSCalculationValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698