Chromium Code Reviews| Index: Source/core/paint/ViewPainter.h |
| diff --git a/Source/core/paint/ViewPainter.h b/Source/core/paint/ViewPainter.h |
| index 13beca4a8815cb54f8eb3b96e98e17c2693c3302..2e26d4852ff0c3c70121b2f13eb2406923380084 100644 |
| --- a/Source/core/paint/ViewPainter.h |
| +++ b/Source/core/paint/ViewPainter.h |
| @@ -20,8 +20,6 @@ public: |
| void paintBoxDecorationBackground(const PaintInfo&); |
| private: |
| - bool rootFillsViewportBackground(LayoutBox* rootBox) const; |
| - |
| LayoutView& m_layoutView; |
| }; |