| Index: third_party/WebKit/WebCore/rendering/RenderTable.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderTable.h (revision 9118)
|
| +++ third_party/WebKit/WebCore/rendering/RenderTable.h (working copy)
|
| @@ -72,6 +72,8 @@
|
|
|
| // overrides
|
| virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0);
|
| + virtual void removeChild(RenderObject* oldChild);
|
| +
|
| virtual void paint(PaintInfo&, int tx, int ty);
|
| virtual void paintBoxDecorations(PaintInfo&, int tx, int ty);
|
| virtual void paintMask(PaintInfo& paintInfo, int tx, int ty);
|
| @@ -147,8 +149,6 @@
|
| setNeedsLayout(true);
|
| }
|
|
|
| - virtual RenderObject* removeChildNode(RenderObject*, bool fullRemove = true);
|
| -
|
| RenderTableSection* sectionAbove(const RenderTableSection*, bool skipEmptySections = false) const;
|
| RenderTableSection* sectionBelow(const RenderTableSection*, bool skipEmptySections = false) const;
|
|
|
|
|