| Index: Source/core/html/shadow/MediaControlsChromiumAndroid.h
|
| diff --git a/Source/core/html/shadow/MediaControlsChromiumAndroid.h b/Source/core/html/shadow/MediaControlsChromiumAndroid.h
|
| index 5935f380de687f8358cbe3fce4b0668e16104d37..8b8a90069f4a102d1384678046ca2b7e06615163 100644
|
| --- a/Source/core/html/shadow/MediaControlsChromiumAndroid.h
|
| +++ b/Source/core/html/shadow/MediaControlsChromiumAndroid.h
|
| @@ -38,6 +38,7 @@ public:
|
| virtual void setMediaController(MediaControllerInterface*) OVERRIDE;
|
| virtual void playbackStarted() OVERRIDE;
|
| virtual void playbackStopped() OVERRIDE;
|
| + virtual bool shouldHideControls() OVERRIDE { return true; }
|
|
|
| void insertTextTrackContainer(PassRefPtr<MediaControlTextTrackContainerElement>) OVERRIDE;
|
|
|
|
|