Chromium Code Reviews| Index: Source/core/rendering/RenderTable.h |
| diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h |
| index 62cece692b7145b6a85986850e0eb009b8f49ea1..c1cc213dae36ca48388d9202d64abc781433c144 100644 |
| --- a/Source/core/rendering/RenderTable.h |
| +++ b/Source/core/rendering/RenderTable.h |
| @@ -85,8 +85,6 @@ public: |
| return style()->isLeftToRightDirection() ? borderEnd() : borderStart(); |
| } |
| - Color bgColor() const { return resolveColor(CSSPropertyBackgroundColor); } |
| - |
| int outerBorderBefore() const; |
| int outerBorderAfter() const; |
| int outerBorderStart() const; |
| @@ -152,7 +150,6 @@ public: |
| } |
| RenderTableSection* header() const { return m_head; } |
| - RenderTableSection* footer() const { return m_foot; } |
|
Julien - ping for review
2014/10/02 16:47:49
I would keep this one for consistency.
|
| RenderTableSection* firstBody() const { return m_firstBody; } |
| // This function returns 0 if the table has no section. |