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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 2611783002: Turn off video overlay on android for rotated video. (Closed)
Patch Set: fixed |force_video_overlays_| Created 3 years, 12 months 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
« no previous file with comments | « no previous file | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index 711799d54c3e64fc2c962927abbc6231eaad651c..5aa465cc3dbee7a07f503b2bfa40adb61457e365 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -363,6 +363,10 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
// Returns true if the player is hidden.
bool IsHidden() const;
+ // Return whether |pipeline_metadata_| is compatible with an overlay. This
+ // is intended for android.
+ bool DoesOverlaySupportMetadata() const;
+
blink::WebLocalFrame* frame_;
// The playback state last reported to |delegate_|, to avoid setting duplicate
« no previous file with comments | « no previous file | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698