| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 03f15d71c834e774c7ef3e87e59ea775979bd031..8ccfec2173d30b3dc24077322023284f97c96392 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1339,6 +1339,7 @@ IPC_MESSAGE_CONTROL2(PpapiHostMsg_Compositor_CommitLayers,
|
| std::vector<ppapi::CompositorLayerData> /* layers */,
|
| bool /* reset */)
|
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Compositor_CommitLayersReply)
|
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_Compositor_Release)
|
| IPC_MESSAGE_CONTROL3(PpapiPluginMsg_Compositor_ReleaseResource,
|
| int32_t /* id */,
|
| uint32_t /* sync_point */,
|
|
|