| Index: third_party/WebKit/Source/core/paint/TableSectionPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/TableSectionPainter.h b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
|
| index 615ea8726f6f0fc50a058b4ee7f211b278f868a4..dc992c884714cc236470d32928b52bf15c9cc7af 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableSectionPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef TableSectionPainter_h
|
| #define TableSectionPainter_h
|
|
|
| +#include "core/paint/PaintPhase.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
| @@ -25,7 +26,7 @@ public:
|
|
|
| private:
|
| void paintObject(const PaintInfo&, const LayoutPoint&);
|
| - void paintCell(const LayoutTableCell&, const PaintInfo&, const LayoutPoint&);
|
| + void paintCell(const LayoutTableCell&, PaintPhase originalPaintPhase, const PaintInfo&, const LayoutPoint&);
|
|
|
| const LayoutTableSection& m_layoutTableSection;
|
| };
|
|
|