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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 2696893002: [Blink>Media] Add heuristic for dominant video detection for Android (Closed)
Patch Set: addressed nits Created 3 years, 10 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 c01d94fd18c33afb86a84b5e430faa1ef8ea731a..f97b360bd5a822337482317c191940ce4a76967f 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -184,6 +184,7 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
void enteredFullscreen() override;
void exitedFullscreen() override;
void becameDominantVisibleContent(bool isDominant) override;
+ void setIsEffectivelyFullscreen(bool isEffectivelyFullscreen) override;
void setPoster(const blink::WebURL& poster) override;
« no previous file with comments | « no previous file | media/blink/webmediaplayer_impl.cc » ('j') | third_party/WebKit/Source/core/html/HTMLVideoElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698