| Index: sky/engine/core/rendering/RenderBlockFlow.h
|
| diff --git a/sky/engine/core/rendering/RenderBlockFlow.h b/sky/engine/core/rendering/RenderBlockFlow.h
|
| index a39174f03b29524f0cf96ccc2e973eb1661c3cc9..a58f8cb359183535ce83e61b1fb8df1fdd55fa6b 100644
|
| --- a/sky/engine/core/rendering/RenderBlockFlow.h
|
| +++ b/sky/engine/core/rendering/RenderBlockFlow.h
|
| @@ -127,8 +127,6 @@ private:
|
| void layoutBlockChild(RenderBox* child);
|
| void adjustPositionedBlock(RenderBox* child);
|
|
|
| - virtual void invalidatePaintForOverflow() override final;
|
| -
|
| RootInlineBox* createRootInlineBox();
|
|
|
| public:
|
|
|