| Index: Source/core/layout/line/LineWidth.h
|
| diff --git a/Source/core/layout/line/LineWidth.h b/Source/core/layout/line/LineWidth.h
|
| index e1c79b2e3357fd22271a7277271b78aebd715b76..4afd77fa4afeddc1d9649c18969e48be5a9ebbec 100644
|
| --- a/Source/core/layout/line/LineWidth.h
|
| +++ b/Source/core/layout/line/LineWidth.h
|
| @@ -35,7 +35,7 @@
|
| namespace blink {
|
|
|
| class FloatingObject;
|
| -class RenderObject;
|
| +class LayoutObject;
|
| class LayoutRubyRun;
|
| class RenderBlockFlow;
|
|
|
| @@ -64,7 +64,7 @@ public:
|
| void shrinkAvailableWidthForNewFloatIfNeeded(FloatingObject*);
|
| void addUncommittedWidth(float delta) { m_uncommittedWidth += delta; }
|
| void commit();
|
| - void applyOverhang(LayoutRubyRun*, RenderObject* startRenderer, RenderObject* endRenderer);
|
| + void applyOverhang(LayoutRubyRun*, LayoutObject* startRenderer, LayoutObject* endRenderer);
|
| void fitBelowFloats(bool isFirstLine = false);
|
| void setTrailingWhitespaceWidth(float width) { m_trailingWhitespaceWidth = width; }
|
|
|
|
|