Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 2439543003: Do not use overlays when VR shell is enabled. (Closed)
Patch Set: Added TODO to re-enable overlays when ready. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index 6e01840d71c6e0e05129c139d91354fd04f2f4d9..19e31ebcedee0f480ff32c7720473653c366ade1 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -207,6 +207,7 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
PipelineStatus status);
gfx::Size GetCanvasSize() const;
void SetDeviceScaleFactor(float scale_factor);
+ void SetDisableFullscreenOverlays(bool disable_overlays);
liberato (no reviews please) 2016/12/13 23:03:29 SetDisable is a little confusing. SetAllowFullscr
amp 2016/12/13 23:40:02 I'm leaning towards SetAllowFullscreenOverlays and
amp 2016/12/14 00:04:51 Yes it is possible to make finch ignore data when
void setPoster(const blink::WebURL& poster) override;
void SetUseFallbackPath(bool use_fallback_path);
#endif

Powered by Google App Engine
This is Rietveld 408576698