Index: sky/engine/core/rendering/RenderBlockFlow.h |
diff --git a/sky/engine/core/rendering/RenderBlockFlow.h b/sky/engine/core/rendering/RenderBlockFlow.h |
index a2e03d8812573fb761702ea16357840e692ac33e..faa6c070caa81fa9c73f8d1f068e6e8925e7568e 100644 |
--- a/sky/engine/core/rendering/RenderBlockFlow.h |
+++ b/sky/engine/core/rendering/RenderBlockFlow.h |
@@ -106,9 +106,6 @@ public: |
LayoutUnit startAlignedOffsetForLine(bool shouldIndentText); |
void updateLogicalWidthForAlignment(const ETextAlign&, const RootInlineBox*, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, unsigned expansionOpportunityCount); |
- void setStaticInlinePositionForChild(RenderBox*, LayoutUnit inlinePosition); |
- void updateStaticInlinePositionForChild(RenderBox*); |
- |
static bool shouldSkipCreatingRunsForObject(RenderObject* obj) |
{ |
return obj->isOutOfFlowPositioned() && !obj->style()->isOriginalDisplayInlineType() && !obj->container()->isRenderInline(); |
@@ -121,9 +118,7 @@ protected: |
private: |
void layoutBlockFlow(SubtreeLayoutScope&); |
- |
void layoutBlockChild(RenderBox* child); |
- void adjustPositionedBlock(RenderBox* child); |
RootInlineBox* createRootInlineBox(); |