Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index c7e64ee1f8eeda69aa03d145362d5825ce99f868..0c38146731c7c23604ad5bfe8e7d4c62a8cc041d 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -30,6 +30,7 @@ |
#include "content/public/common/renderer_preferences.h" |
#include "content/public/common/stop_find_action.h" |
#include "content/public/common/three_d_api_types.h" |
+#include "content/public/common/widget_visible_state.h" |
#include "content/public/common/window_container_type.h" |
#include "content/common/date_time_suggestion.h" |
#include "ipc/ipc_channel_handle.h" |
@@ -85,6 +86,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::TapMultipleTargetsStrategy, |
content::TAP_MULTIPLE_TARGETS_STRATEGY_MAX) |
IPC_ENUM_TRAITS(content::StopFindAction) |
IPC_ENUM_TRAITS(content::ThreeDAPIType) |
+IPC_ENUM_TRAITS_MAX_VALUE(content::WidgetVisibleState, |
+ content::WIDGET_VISIBLE_STATE_MAX) |
IPC_ENUM_TRAITS(media::ChannelLayout) |
IPC_ENUM_TRAITS(media::MediaLogEvent::Type) |
IPC_ENUM_TRAITS_MAX_VALUE(ui::TextInputMode, ui::TEXT_INPUT_MODE_MAX) |
@@ -1534,10 +1537,13 @@ IPC_MESSAGE_ROUTED1( |
ViewHostMsg_CompositorSurfaceBuffersSwapped, |
ViewHostMsg_CompositorSurfaceBuffersSwapped_Params /* params */) |
-IPC_MESSAGE_ROUTED2(ViewHostMsg_SwapCompositorFrame, |
+IPC_MESSAGE_ROUTED3(ViewHostMsg_SwapCompositorFrame, |
uint32 /* output_surface_id */, |
cc::CompositorFrame /* frame */) |
+IPC_MESSAGE_ROUTED1(ViewHostMsg_DeliverPayload, |
+ IPC::Message /* payload */) |
+ |
// Sent by the compositor when input scroll events are dropped due to bounds |
// restricions on the root scroll offset. |
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidOverscroll, |