| Index: Source/core/rendering/RenderBlock.h | 
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h | 
| index 74af6b2a6384b5eb30b59e35c550c92b8ded3761..3f61b075545115e293fbcb4714b22bcfc3dc8cb2 100644 | 
| --- a/Source/core/rendering/RenderBlock.h | 
| +++ b/Source/core/rendering/RenderBlock.h | 
| @@ -345,6 +345,8 @@ protected: | 
|  | 
| virtual bool isInlineBlockOrInlineTable() const OVERRIDE FINAL { return isInline() && isReplaced(); } | 
|  | 
| +    virtual void repaintTreeAfterLayout() OVERRIDE; | 
| + | 
| private: | 
| virtual RenderObjectChildList* virtualChildren() OVERRIDE FINAL { return children(); } | 
| virtual const RenderObjectChildList* virtualChildren() const OVERRIDE FINAL { return children(); } | 
| @@ -353,8 +355,6 @@ private: | 
|  | 
| virtual bool isRenderBlock() const OVERRIDE FINAL { return true; } | 
|  | 
| -    virtual void repaintTreeAfterLayout() OVERRIDE; | 
| - | 
| void makeChildrenNonInline(RenderObject* insertionPoint = 0); | 
| virtual void removeLeftoverAnonymousBlock(RenderBlock* child); | 
|  | 
|  |