Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 2313cf7074982b3b3c0d260d2fc5f51442f94473..c2d8def8226b0255c42ba77542ede5b07150dc62 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -711,6 +711,9 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_NotifyError, |
PP_VideoDecodeError_Dev /* error */) |
#endif // !defined(OS_NACL) && !defined(NACL_WIN64) |
+IPC_MESSAGE_CONTROL1(PpapiHostMsg_IdleState, |
+ bool /* idle */) |
+ |
// ----------------------------------------------------------------------------- |
// These are from the plugin to the renderer. |