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

Unified Diff: third_party/WebKit/Source/core/paint/ImagePainter.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/ImagePainter.h
diff --git a/third_party/WebKit/Source/core/paint/ImagePainter.h b/third_party/WebKit/Source/core/paint/ImagePainter.h
index a4c3574f708ce3542360a56cb7ccb62278a76f67..b2a58c9439720923f6d9f648d32d0b93c809828e 100644
--- a/third_party/WebKit/Source/core/paint/ImagePainter.h
+++ b/third_party/WebKit/Source/core/paint/ImagePainter.h
@@ -24,8 +24,9 @@ class ImagePainter {
void paint(const PaintInfo&, const LayoutPoint& paintOffset);
void paintReplaced(const PaintInfo&, const LayoutPoint& paintOffset);
- // Paint the image into |destRect|, after clipping by |contentRect|. Both |destRect| and
- // |contentRect| should be in local coordinates plus the paint offset.
+ // Paint the image into |destRect|, after clipping by |contentRect|. Both
+ // |destRect| and |contentRect| should be in local coordinates plus the paint
+ // offset.
void paintIntoRect(GraphicsContext&,
const LayoutRect& destRect,
const LayoutRect& contentRect);
« no previous file with comments | « third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp ('k') | third_party/WebKit/Source/core/paint/ImagePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698