| Index: sky/engine/core/rendering/RenderBlock.h
|
| diff --git a/sky/engine/core/rendering/RenderBlock.h b/sky/engine/core/rendering/RenderBlock.h
|
| index 3dab0c761a4d50a8de53c546533db4b5a1fdb940..efda1b0e7eed6c8823e975140b26ade7228b6e18 100644
|
| --- a/sky/engine/core/rendering/RenderBlock.h
|
| +++ b/sky/engine/core/rendering/RenderBlock.h
|
| @@ -299,8 +299,6 @@ private:
|
|
|
| bool hasCaret() const;
|
|
|
| - void computeBlockPreferredLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const;
|
| -
|
| // Obtains the nearest enclosing block (including this block) that contributes a first-line style to our inline
|
| // children.
|
| virtual RenderBlock* firstLineBlock() const override;
|
| @@ -324,12 +322,10 @@ private:
|
|
|
| virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) override final;
|
|
|
| - void markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest = 0);
|
| -
|
| Position positionForBox(InlineBox*, bool start = true) const;
|
| PositionWithAffinity positionForPointWithInlineChildren(const LayoutPoint&);
|
|
|
| - // End helper functions and structs used by layoutBlockChildren.
|
| + // End helper functions and structs used by layoutChildren.
|
|
|
| void removeFromGlobalMaps();
|
| bool widthAvailableToChildrenHasChanged();
|
| @@ -360,6 +356,7 @@ protected:
|
| // FIXME: This is temporary as we move code that accesses block flow
|
| // member variables out of RenderBlock and into RenderBlockFlow.
|
| friend class RenderBlockFlow;
|
| + friend class RenderParagraph;
|
| };
|
|
|
| DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderBlock, isRenderBlock());
|
|
|