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

Unified Diff: content/common/media/media_player_delegate_messages.h

Issue 2693203002: Provide a WebContents API to discover the playback of a fullscreen video. (Closed)
Patch Set: review comments and compile fix 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: content/common/media/media_player_delegate_messages.h
diff --git a/content/common/media/media_player_delegate_messages.h b/content/common/media/media_player_delegate_messages.h
index 7fabeb5fff6175e988984b32b9addcab98d81d1b..619fc31f6d320ecb238f292af95183054efb2ae8 100644
--- a/content/common/media/media_player_delegate_messages.h
+++ b/content/common/media/media_player_delegate_messages.h
@@ -51,3 +51,8 @@ IPC_MESSAGE_ROUTED5(MediaPlayerDelegateHostMsg_OnMediaPlaying,
bool /* has_audio */,
bool /* is_remote */,
media::MediaContentType /* media_content_type */)
+
+IPC_MESSAGE_ROUTED2(
+ MediaPlayerDelegateHostMsg_OnMediaEffectivelyFullscreenChange,
+ int /* delegate_id */,
+ bool /* is_fullscreen */)

Powered by Google App Engine
This is Rietveld 408576698