| Index: third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp b/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp
|
| index 89093b2ff0dab50909aad0a8ebd1ce8242a717f1..cb498b86dc1bd48dfd61d72fc629d58e86486696 100644
|
| --- a/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp
|
| @@ -129,7 +129,7 @@ LayoutRect InlineFlowBoxPainter::paintRectForImageStrip(const LayoutPoint& paint
|
| // strip. Even though that strip has been broken up across multiple lines, you still paint it
|
| // as though you had one single line. This means each line has to pick up the background where
|
| // the previous line left off.
|
| - LayoutUnit logicalOffsetOnLine = 0;
|
| + LayoutUnit logicalOffsetOnLine;
|
| LayoutUnit totalLogicalWidth;
|
| if (direction == LTR) {
|
| for (const InlineFlowBox* curr = m_inlineFlowBox.prevLineBox(); curr; curr = curr->prevLineBox())
|
|
|