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