| 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 483c68b2f32f867259525df93f59513c0eec725e..772a4e3f6d1dc1046fe215cde06287b271188efc 100644
 | 
| --- a/third_party/WebKit/Source/core/paint/TableSectionPainter.h
 | 
| +++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
 | 
| @@ -31,6 +31,7 @@ private:
 | 
|  
 | 
|      void paintBackgroundsBehindCell(const LayoutTableCell&, const PaintInfo&, const LayoutPoint&);
 | 
|      void paintCell(const LayoutTableCell&, const PaintInfo&, const LayoutPoint&);
 | 
| +    void paintBoxShadow(const PaintInfo&, const LayoutPoint&, ShadowStyle);
 | 
|  
 | 
|      // Returns the primary cell that should be painted for the grid item at (row, column)
 | 
|      // intersecting dirtiedRows and dirtiedColumns. Returns nullptr if we have painted the grid item
 | 
| 
 |