| 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 1354c014fc687e14706060ff2f4ab7a35c30d40f..ec7f9fc48d2f622431e83ac99cbd84cc35a32803 100644
|
| --- a/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/LineBoxListPainter.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef LineBoxListPainter_h
|
| #define LineBoxListPainter_h
|
|
|
| -#include "core/style/ComputedStyleConstants.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| +class LayoutObject;
|
| class LayoutPoint;
|
| struct PaintInfo;
|
| class LayoutBoxModelObject;
|
| @@ -22,7 +22,7 @@ public:
|
|
|
| void paint(const LayoutBoxModelObject&, const PaintInfo&, const LayoutPoint&) const;
|
|
|
| - void invalidateLineBoxPaintOffsets(const PaintInfo&) const;
|
| + void invalidateLineBoxPaintOffsets(const LayoutObject&, const PaintInfo&) const;
|
|
|
| private:
|
| const LineBoxList& m_lineBoxList;
|
|
|