| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index bbd064455518c33d19ef63e00294a1b01580f67b..c16fc9394fe60100e3c342f783e613c8543c7732 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -346,7 +346,7 @@
|
|
|
| virtual bool isInlineBlockOrInlineTable() const OVERRIDE FINAL { return isInline() && isReplaced(); }
|
|
|
| - virtual void invalidateTreeAfterLayout(const RenderLayerModelObject&) OVERRIDE;
|
| + virtual void invalidateTreeAfterLayout(const PaintInvalidationState&) OVERRIDE;
|
|
|
| private:
|
| virtual RenderObjectChildList* virtualChildren() OVERRIDE FINAL { return children(); }
|
| @@ -404,7 +404,7 @@
|
| // children.
|
| virtual RenderBlock* firstLineBlock() const OVERRIDE;
|
|
|
| - virtual LayoutRect rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth) const OVERRIDE FINAL;
|
| + virtual LayoutRect rectWithOutlineForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, LayoutUnit outlineWidth, const PaintInvalidationState* = 0) const OVERRIDE FINAL;
|
| virtual RenderStyle* outlineStyle() const OVERRIDE FINAL;
|
|
|
| virtual RenderObject* hoverAncestor() const OVERRIDE FINAL;
|
|
|