Index: third_party/WebKit/WebCore/rendering/RenderBR.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderBR.h (revision 9383) |
+++ third_party/WebKit/WebCore/rendering/RenderBR.h (working copy) |
@@ -40,7 +40,7 @@ |
virtual const char* renderName() const { return "RenderBR"; } |
- virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/) { return IntRect(); } |
+ virtual IntRect selectionRectForRepaint(RenderBox* /*repaintContainer*/, bool /*clipToVisibleContent*/) { return IntRect(); } |
virtual unsigned width(unsigned /*from*/, unsigned /*len*/, const Font&, int /*xpos*/) const { return 0; } |
virtual unsigned width(unsigned /*from*/, unsigned /*len*/, int /*xpos*/, bool /*firstLine = false*/) const { return 0; } |