| Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
 | 
| index 7a26cf52356fc37cc27ae69575e6c4f4242c3993..6076276de46efd112bb392726eeb618b1685c51f 100644
 | 
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
 | 
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
 | 
| @@ -181,7 +181,6 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
 | 
|    Timer<MediaControls> m_panelWidthChangedTimer;
 | 
|    int m_panelWidth;
 | 
|  
 | 
| -  bool m_allowHiddenVolumeControls : 1;
 | 
|    bool m_keepShowingUntilTimerFires : 1;
 | 
|  };
 | 
|  
 | 
| 
 |