| Index: Source/core/layout/LayoutBlock.h
|
| diff --git a/Source/core/layout/LayoutBlock.h b/Source/core/layout/LayoutBlock.h
|
| index 21987fa70ce502c1e846185b9f1602e77ed7e79f..41e84d67b602a4f234cb02d1370d7e4903a12090 100644
|
| --- a/Source/core/layout/LayoutBlock.h
|
| +++ b/Source/core/layout/LayoutBlock.h
|
| @@ -32,7 +32,6 @@
|
| #include "core/layout/line/RootInlineBox.h"
|
| #include "core/style/ShapeValue.h"
|
| #include "platform/text/TextBreakIterator.h"
|
| -#include "platform/text/TextRun.h"
|
| #include "wtf/ListHashSet.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| @@ -271,7 +270,7 @@ public:
|
| virtual void paintSelection(const PaintInfo&, const LayoutPoint&) { }
|
|
|
| protected:
|
| - virtual void adjustInlineDirectionLineBounds(unsigned /* expansionOpportunityCount */, float& /* logicalLeft */, float& /* logicalWidth */) const { }
|
| + virtual void adjustInlineDirectionLineBounds(unsigned /* expansionOpportunityCount */, LayoutUnit& /* logicalLeft */, LayoutUnit& /* logicalWidth */) const { }
|
|
|
| virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const override;
|
| virtual void computePreferredLogicalWidths() override;
|
|
|