Index: media/blink/webmediaplayer_impl.h |
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h |
index 7c3da6389a8cadf684fc1fc93365e2a2f8730588..80540cc9e94307aff113b037854bfd071be1ca4e 100644 |
--- a/media/blink/webmediaplayer_impl.h |
+++ b/media/blink/webmediaplayer_impl.h |
@@ -521,6 +521,10 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl |
// Force to use SurfaceView instead of SurfaceTexture on Android. |
bool force_video_overlays_; |
+ // Prevent use of SurfaceView on Android. (Ignored when |
+ // |force_video_overlays_| is true.) |
+ bool disable_fullscreen_video_overlays_; |
+ |
// Suppresses calls to OnPipelineError() after destruction / shutdown has been |
// started; prevents us from spuriously logging errors that are transient or |
// unimportant. |