Index: sky/engine/core/rendering/RenderBlock.h |
diff --git a/sky/engine/core/rendering/RenderBlock.h b/sky/engine/core/rendering/RenderBlock.h |
index 729b8ea25445d9f0bc26b7d5aa0ac181ed4231a1..6139782299292d9d2f6b8352d45ddc56f7e7401b 100644 |
--- a/sky/engine/core/rendering/RenderBlock.h |
+++ b/sky/engine/core/rendering/RenderBlock.h |
@@ -288,15 +288,12 @@ private: |
Position positionForBox(InlineBox*, bool start = true) const; |
PositionWithAffinity positionForPointWithInlineChildren(const LayoutPoint&); |
- // End helper functions and structs used by layoutChildren. |
- |
void removeFromGlobalMaps(); |
bool widthAvailableToChildrenHasChanged(); |
protected: |
- virtual bool updateLogicalWidthAndColumnWidth(); |
+ bool updateLogicalWidthAndColumnWidth(); |
-protected: |
RenderObjectChildList m_children; |
RenderLineBoxList m_lineBoxes; // All of the root line boxes created for this block flow. For example, <div>Hello<br>world.</div> will have two total lines for the <div>. |