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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 2511143006: Detect change on the intersection of video and viewport. (Closed)
Patch Set: Created 4 years, 1 month 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 bfc3640fe7049b05f204ad794184792c831474de..9766f82da96e79a25b7c1760ac9d9fa90cc0ec88 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -183,6 +183,8 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
bool supportsOverlayFullscreenVideo() override;
void enteredFullscreen() override;
void exitedFullscreen() override;
+ void videoViewportIntersectionChanged(
miu 2016/11/21 21:07:03 ditto: remove "video" from name.
xjz 2016/11/21 23:58:42 Done.
+ const blink::WebMediaPlayer::ViewportIntersectionInfo& info) override;
// WebMediaPlayerDelegate::Observer implementation.
void OnHidden() override;

Powered by Google App Engine
This is Rietveld 408576698