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

Unified Diff: third_party/WebKit/Source/core/paint/NinePieceImageGrid.h

Issue 2392443009: reflow comments in core/paint (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/paint/NinePieceImageGrid.h
diff --git a/third_party/WebKit/Source/core/paint/NinePieceImageGrid.h b/third_party/WebKit/Source/core/paint/NinePieceImageGrid.h
index 8fbf62809083fa5006fcc49200b455fde3af9a7d..32ce40956bb6ea87ce3faece09fe3de2cf87a556 100644
--- a/third_party/WebKit/Source/core/paint/NinePieceImageGrid.h
+++ b/third_party/WebKit/Source/core/paint/NinePieceImageGrid.h
@@ -37,7 +37,8 @@ inline NinePiece& operator++(NinePiece& piece) {
return piece;
}
-// The NinePieceImageGrid class is responsible for computing drawing information for the nine piece image.
+// The NinePieceImageGrid class is responsible for computing drawing information
+// for the nine piece image.
//
// http://dev.w3.org/csswg/css-backgrounds-3/#border-image-process
//
@@ -73,7 +74,8 @@ class CORE_EXPORT NinePieceImageGrid {
FloatRect destination;
FloatRect source;
- // tileScale and tileRule are only useful for non-corners, i.e. edge and center pieces.
+ // tileScale and tileRule are only useful for non-corners, i.e. edge and
+ // center pieces.
FloatSize tileScale;
struct {
Image::TileRule horizontal;

Powered by Google App Engine
This is Rietveld 408576698