Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebMediaPlayer.h |
| diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h |
| index f652d5bed866e5bbe8eadaf12b64aaab36c5f725..32edb0a26404bd22e5048ec277ec8807e5948587 100644 |
| --- a/third_party/WebKit/public/platform/WebMediaPlayer.h |
| +++ b/third_party/WebKit/public/platform/WebMediaPlayer.h |
| @@ -262,7 +262,9 @@ class WebMediaPlayer { |
| virtual void exitedFullscreen() {} |
| // Inform WebMediaPlayer when the element starts/stops being the dominant |
| - // visible content. |
| + // visible content. This will only be called after the monitoring of the |
| + // intersection with viewport is activated by calling |
| + // HTMLMediaElement::activateViewportIntersectionMonitoring(). |
|
xhwang
2016/12/15 20:31:11
s/HTMLMediaElement/WMPClient..
xjz
2016/12/15 20:42:37
Done.
|
| virtual void becameDominantVisibleContent(bool isDominant) {} |
| virtual void enabledAudioTracksChanged( |