| Index: third_party/WebKit/Source/core/paint/LineBoxListPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/LineBoxListPainter.h b/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
|
| index e6f9397fd0d621fc68e6e88d78c548dd992ad3e3..0acbc03863d810ae21c21d84628e12d0ee855e6a 100644
|
| --- a/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
|
| @@ -22,6 +22,8 @@ public:
|
|
|
| void paint(LayoutBoxModelObject*, const PaintInfo&, const LayoutPoint&) const;
|
|
|
| + void invalidateLineBoxPaintOffsets(const PaintInfo&) const;
|
| +
|
| private:
|
| LineBoxList& m_lineBoxList;
|
| };
|
|
|