| Index: Source/core/rendering/RenderBoxModelObject.h
|
| diff --git a/Source/core/rendering/RenderBoxModelObject.h b/Source/core/rendering/RenderBoxModelObject.h
|
| index 6a592cdf98cb7f2db2dbab40899a47732530adb3..0dc4cac89879025de249d9ca1b80006ce3678764 100644
|
| --- a/Source/core/rendering/RenderBoxModelObject.h
|
| +++ b/Source/core/rendering/RenderBoxModelObject.h
|
| @@ -181,11 +181,6 @@ protected:
|
| bool hasAutoHeightOrContainingBlockWithAutoHeight() const;
|
|
|
| public:
|
| -
|
| - // For RenderBlocks and RenderInlines with m_style->styleType() == FIRST_LETTER, this tracks their remaining text fragments
|
| - RenderTextFragment* firstLetterRemainingText() const;
|
| - void setFirstLetterRemainingText(RenderTextFragment*);
|
| -
|
| // These functions are only used internally to manipulate the render tree structure via remove/insert/appendChildNode.
|
| // Since they are typically called only to move objects around within anonymous blocks (which only have layers in
|
| // the case of column spans), the default for fullRemoveInsert is false rather than true.
|
|
|