Index: third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp b/third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp |
index 9415606348ee67c0743bf2b277a57f8065b220b3..e89d9a96e4bd4fbf80289fbea9ad5dcae796c019 100644 |
--- a/third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp |
@@ -64,7 +64,7 @@ static void invalidateLineBoxPaintOffsetsInternal(PaintController& paintControll |
{ |
paintController.invalidatePaintOffset(*inlineBox); |
for (InlineBox* child = inlineBox->firstChild(); child; child = child->nextOnLine()) { |
- if (!child->lineLayoutItem().isText() && child->boxModelObject().hasSelfPaintingLayer()) |
+ if (!child->getLineLayoutItem().isText() && child->boxModelObject().hasSelfPaintingLayer()) |
continue; |
if (child->isInlineFlowBox()) |
invalidateLineBoxPaintOffsetsInternal(paintController, toInlineFlowBox(child)); |