| Index: third_party/WebKit/WebCore/rendering/RenderTableRow.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderTableRow.h (revision 9383)
|
| +++ third_party/WebKit/WebCore/rendering/RenderTableRow.h (working copy)
|
| @@ -54,7 +54,7 @@
|
| virtual int lineHeight(bool, bool) const { return 0; }
|
| virtual void position(InlineBox*) { }
|
| virtual void layout();
|
| - virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer);
|
| + virtual IntRect clippedOverflowRectForRepaint(RenderBox* repaintContainer);
|
| virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
|
|
|
| // The only time rows get a layer is when they have transparency.
|
|
|