| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 3c834aa590e328ed30a9e575ec9a9c2a7879168b..410631b83f2b4413e883643436fce066bfb1fa1e 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -617,7 +617,7 @@ public:
|
| removeFloatingOrPositionedChildFromBlockLists();
|
| }
|
|
|
| - virtual void repaintTreeAfterLayout() OVERRIDE;
|
| + virtual void repaintTreeAfterLayout(RenderLayerModelObject& repaintContainer) OVERRIDE;
|
|
|
| protected:
|
| virtual void willBeDestroyed() OVERRIDE;
|
|
|