| Index: Source/core/rendering/RenderLineBoxList.h
|
| diff --git a/Source/core/rendering/RenderLineBoxList.h b/Source/core/rendering/RenderLineBoxList.h
|
| index d1d2fdcae153acc4b83e38e704420030d61fe149..ea8f8705e89df2b8781256df815646c8c2767a81 100644
|
| --- a/Source/core/rendering/RenderLineBoxList.h
|
| +++ b/Source/core/rendering/RenderLineBoxList.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef RenderLineBoxList_h
|
| #define RenderLineBoxList_h
|
|
|
| -#include "core/rendering/RenderObject.h"
|
| +#include "core/layout/LayoutObject.h"
|
|
|
| namespace blink {
|
|
|
| @@ -62,7 +62,7 @@ public:
|
| void removeLineBox(InlineFlowBox*);
|
|
|
| void dirtyLineBoxes();
|
| - void dirtyLinesFromChangedChild(RenderObject* parent, RenderObject* child);
|
| + void dirtyLinesFromChangedChild(LayoutObject* parent, LayoutObject* child);
|
|
|
| bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const;
|
| bool anyLineIntersectsRect(RenderBoxModelObject*, const LayoutRect&, const LayoutPoint&) const;
|
|
|