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

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayerClient.h

Issue 2556333002: Detect change on video/viewport intersection when rendered remotely (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/MediaElementFillingViewportTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMediaPlayerClient.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayerClient.h b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
index cb9807e61d05415ebb15cea35f0ac151335c4ce9..e5fada833ef46634dd121fe6ed3ea7d0ddeeb492 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayerClient.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
@@ -94,6 +94,7 @@ class BLINK_PLATFORM_EXPORT WebMediaPlayerClient {
virtual void disconnectedFromRemoteDevice() = 0;
virtual void cancelledRemotePlaybackRequest() = 0;
virtual void remotePlaybackStarted() = 0;
+ virtual void activateViewportIntersectionMonitoring(bool) {}
xhwang 2016/12/15 04:10:23 Sorry for the delay. To me, "activate" is pretty m
xjz 2016/12/15 20:00:33 Thanks. Added comments to explain what this is cur
// Returns whether the media element is in an autoplay muted state.
virtual bool isAutoplayingMuted() = 0;
« no previous file with comments | « third_party/WebKit/Source/web/tests/MediaElementFillingViewportTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698