| 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); | 
|  |