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

Unified Diff: content/common/view_messages.h

Issue 292573004: Don't use webmediaplayer to FullscreenController about fullscreen change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing boliu's comments Created 6 years, 6 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index b9abc84476cf0941260557315df2489834e08394..e02c53e1a785e1eb253afc82f0c4ce531e6a999d 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -916,6 +916,10 @@ IPC_MESSAGE_CONTROL1(ViewMsg_SetWebKitSharedTimersSuspended,
IPC_MESSAGE_ROUTED1(ViewMsg_FindMatchRects,
int /* current_version */)
+// Sent when page enters or exits fullscreen mode.
+IPC_MESSAGE_ROUTED1(ViewMsg_FullscreenChanged,
+ bool /* is_fullscreen */)
+
// External popup menus.
IPC_MESSAGE_ROUTED2(ViewMsg_SelectPopupMenuItems,
bool /* user canceled the popup */,

Powered by Google App Engine
This is Rietveld 408576698