| Index: third_party/WebKit/Source/core/paint/ReplacedPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ReplacedPainter.h b/third_party/WebKit/Source/core/paint/ReplacedPainter.h
|
| index 4269810761934281d1146e8b30365c104fc2b344..a05351a3df2f09900231d6a42a73c0c5be15fb2f 100644
|
| --- a/third_party/WebKit/Source/core/paint/ReplacedPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/ReplacedPainter.h
|
| @@ -22,7 +22,8 @@ class ReplacedPainter {
|
|
|
| void paint(const PaintInfo&, const LayoutPoint&);
|
|
|
| - // The adjustedPaintOffset should include the location (offset) of the object itself.
|
| + // The adjustedPaintOffset should include the location (offset) of the object
|
| + // itself.
|
| bool shouldPaint(const PaintInfo&,
|
| const LayoutPoint& adjustedPaintOffset) const;
|
|
|
|
|