| Index: third_party/WebKit/Source/core/paint/MediaControlsPainter.h
 | 
| diff --git a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
 | 
| index c57bb43667e7783b3ed507f51a6829bbe1acc980..22523840c605ae98b6be39369c8e218368cb7417 100644
 | 
| --- a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
 | 
| +++ b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
 | 
| @@ -88,6 +88,9 @@ class MediaControlsPainter {
 | 
|                                       const PaintInfo&,
 | 
|                                       const IntRect&);
 | 
|    static void adjustMediaSliderThumbSize(ComputedStyle&);
 | 
| +  static bool paintMediaRemotingDisableButton(const LayoutObject&,
 | 
| +                                              const PaintInfo&,
 | 
| +                                              const IntRect&);
 | 
|  
 | 
|   private:
 | 
|    static void adjustMediaSliderThumbPaintSize(const IntRect&,
 | 
| 
 |