| Index: public/platform/WebMediaPlayer.h
|
| diff --git a/public/platform/WebMediaPlayer.h b/public/platform/WebMediaPlayer.h
|
| index edff006aa209347b51dce68800dfbb9c639ddf0a..497bac55359bd476ca495bb9ae6a02877d729a8e 100644
|
| --- a/public/platform/WebMediaPlayer.h
|
| +++ b/public/platform/WebMediaPlayer.h
|
| @@ -161,7 +161,6 @@ public:
|
|
|
| // Instruct WebMediaPlayer to enter/exit fullscreen.
|
| virtual void enterFullscreen() { }
|
| - virtual void exitFullscreen() { }
|
| // Returns true if the player can enter fullscreen.
|
| virtual bool canEnterFullscreen() const { return false; }
|
|
|
|
|