| Index: Source/core/layout/LayoutBlock.h
|
| diff --git a/Source/core/layout/LayoutBlock.h b/Source/core/layout/LayoutBlock.h
|
| index c9c995d4ed8cbba30c4744fdcbc3c2ca1564f9b4..6d6693cd52201f2ee109d52738edb751ab020f13 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;
|
|
|