| Index: third_party/WebKit/Source/core/paint/TablePaintInvalidator.h
 | 
| diff --git a/third_party/WebKit/Source/core/paint/TablePaintInvalidator.h b/third_party/WebKit/Source/core/paint/TablePaintInvalidator.h
 | 
| index 422cbb180aeb28affe7d374609f0da6c561eead8..79153b2074d1dc12180696a3a0979e1643c8fe00 100644
 | 
| --- a/third_party/WebKit/Source/core/paint/TablePaintInvalidator.h
 | 
| +++ b/third_party/WebKit/Source/core/paint/TablePaintInvalidator.h
 | 
| @@ -21,7 +21,7 @@ class TablePaintInvalidator {
 | 
|                          const PaintInvalidatorContext& context)
 | 
|        : table_(table), context_(context) {}
 | 
|  
 | 
| -  PaintInvalidationReason InvalidatePaintIfNeeded();
 | 
| +  PaintInvalidationReason InvalidatePaint();
 | 
|  
 | 
|   private:
 | 
|    const LayoutTable& table_;
 | 
| 
 |