Index: third_party/WebKit/WebCore/rendering/RenderTableCell.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderTableCell.h (revision 9383) |
+++ third_party/WebKit/WebCore/rendering/RenderTableCell.h (working copy) |
@@ -94,8 +94,8 @@ |
void paintCollapsedBorder(GraphicsContext*, int x, int y, int w, int h); |
void paintBackgroundsBehindCell(PaintInfo&, int tx, int ty, RenderObject* backgroundObject); |
- virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); |
- virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false); |
+ virtual IntRect clippedOverflowRectForRepaint(RenderBox* repaintContainer); |
+ virtual void computeRectForRepaint(RenderBox* repaintContainer, IntRect&, bool fixed = false); |
virtual FloatPoint localToAbsolute(FloatPoint localPoint = FloatPoint(), bool fixed = false, bool useTransforms = false) const; |
virtual FloatPoint absoluteToLocal(FloatPoint containerPoint, bool fixed = false, bool useTransforms = false) const; |
@@ -118,7 +118,7 @@ |
virtual void styleWillChange(StyleDifference, const RenderStyle* newStyle); |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle); |
- virtual FloatQuad localToContainerQuad(const FloatQuad&, RenderBoxModelObject* repaintContainer, bool fixed = false) const; |
+ virtual FloatQuad localToContainerQuad(const FloatQuad&, RenderBox* repaintContainer, bool fixed = false) const; |
private: |
int m_row; |