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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 2628313002: [Media] Plumb a feature parameter for the background video keyframe distance. (Closed)
Patch Set: Created 3 years, 11 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
Index: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index 1ce44b504902a279949f428f0adc5f5183292430..070ff4230d6659e282dbbf4411fa5da5006a4799 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -178,6 +178,8 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
blink::WebContentDecryptionModule* cdm,
blink::WebContentDecryptionModuleResult result) override;
+ void SetMaxKeyframeDistanceToDisableBackgroundVideo(base::TimeDelta distance);
+
void SetEnableFullscreenOverlays(bool enable_overlays);
bool supportsOverlayFullscreenVideo() override;
void enteredFullscreen() override;

Powered by Google App Engine
This is Rietveld 408576698