| Index: third_party/WebKit/WebCore/rendering/RenderListMarker.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderListMarker.h (revision 9310)
|
| +++ third_party/WebKit/WebCore/rendering/RenderListMarker.h (working copy)
|
| @@ -61,7 +61,7 @@
|
| bool isInside() const;
|
|
|
| virtual void setSelectionState(SelectionState);
|
| - virtual IntRect selectionRectForRepaint(RenderBox* repaintContainer, bool clipToVisibleContent = true);
|
| + virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true);
|
| virtual bool canBeSelectionLeaf() const { return true; }
|
|
|
| void updateMargins();
|
|
|