| Index: third_party/WebKit/Source/core/paint/TableRowPainter.h
 | 
| diff --git a/third_party/WebKit/Source/core/paint/TableRowPainter.h b/third_party/WebKit/Source/core/paint/TableRowPainter.h
 | 
| index 1c170513094b1813552683927bc21bc63a78702f..29f8ae722cccab9ac4299b6d06799f1e03da8322 100644
 | 
| --- a/third_party/WebKit/Source/core/paint/TableRowPainter.h
 | 
| +++ b/third_party/WebKit/Source/core/paint/TableRowPainter.h
 | 
| @@ -5,6 +5,7 @@
 | 
|  #ifndef TableRowPainter_h
 | 
|  #define TableRowPainter_h
 | 
|  
 | 
| +#include "core/style/ShadowData.h"
 | 
|  #include "wtf/Allocator.h"
 | 
|  
 | 
|  namespace blink {
 | 
| @@ -21,6 +22,7 @@ public:
 | 
|  
 | 
|      void paint(const PaintInfo&, const LayoutPoint&);
 | 
|      void paintOutline(const PaintInfo&, const LayoutPoint&);
 | 
| +    void paintBoxShadow(const PaintInfo&, const LayoutPoint&, ShadowStyle);
 | 
|      void paintBackgroundBehindCell(const LayoutTableCell&, const PaintInfo&, const LayoutPoint&);
 | 
|  
 | 
|  private:
 | 
| 
 |