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..370c523b3e305502b6f660755ed29ba41538a44b 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 |
+ // WebMediaPlayerClient::activateViewportIntersectionMonitoring(). |
virtual void becameDominantVisibleContent(bool isDominant) {} |
virtual void enabledAudioTracksChanged( |