| Index: Source/core/rendering/RenderListMarker.h
|
| diff --git a/Source/core/rendering/RenderListMarker.h b/Source/core/rendering/RenderListMarker.h
|
| index e627a8ebd43e75611777e558758290f0280e7cc0..4d70139bb025f23c1587d888f6e6244c2269964d 100644
|
| --- a/Source/core/rendering/RenderListMarker.h
|
| +++ b/Source/core/rendering/RenderListMarker.h
|
| @@ -70,7 +70,7 @@ private:
|
| bool isText() const { return !isImage(); }
|
|
|
| virtual void setSelectionState(SelectionState) OVERRIDE;
|
| - virtual LayoutRect selectionRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, bool clipToVisibleContent = true) const OVERRIDE;
|
| + virtual LayoutRect selectionRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
|
| virtual bool canBeSelectionLeaf() const OVERRIDE { return true; }
|
|
|
| void updateMargins();
|
|
|