Index: sky/engine/core/rendering/RenderBlock.h |
diff --git a/sky/engine/core/rendering/RenderBlock.h b/sky/engine/core/rendering/RenderBlock.h |
index f7b754d506b2c70147ec1fb46130b42e613e7ef2..3df99b266d9926bc7397a4ae8a0986058b233327 100644 |
--- a/sky/engine/core/rendering/RenderBlock.h |
+++ b/sky/engine/core/rendering/RenderBlock.h |
@@ -88,7 +88,7 @@ protected: |
RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); } |
public: |
- // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow |
+ // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderParagraph |
virtual void deleteLineBoxTree(); |
virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) override; |
@@ -308,8 +308,7 @@ protected: |
friend class LineBreaker; |
// FIXME: This is temporary as we move code that accesses block flow |
- // member variables out of RenderBlock and into RenderBlockFlow. |
- friend class RenderBlockFlow; |
+ // member variables out of RenderBlock and into RenderParagraph. |
friend class RenderParagraph; |
}; |