| Index: Source/core/html/shadow/MediaControlsChromiumAndroid.h
|
| diff --git a/Source/core/html/shadow/MediaControlsChromiumAndroid.h b/Source/core/html/shadow/MediaControlsChromiumAndroid.h
|
| index 2980160d2bb707fb856259472d83ff7abf9b1fa5..afc79d3e34c999b75a62b66c0425e75e46ceef1d 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;
|
|
|
|
|