Index: ppapi/proxy/video_decoder_resource.h |
diff --git a/ppapi/proxy/video_decoder_resource.h b/ppapi/proxy/video_decoder_resource.h |
index a466eb2774ffc991df421358943eec5fd41b7c3d..19ccffb94ad41558f6ab29fa7237641a47d678ee 100644 |
--- a/ppapi/proxy/video_decoder_resource.h |
+++ b/ppapi/proxy/video_decoder_resource.h |
@@ -19,7 +19,6 @@ |
#include "ppapi/thunk/ppb_video_decoder_api.h" |
namespace gpu { |
-struct Mailbox; |
namespace gles2 { |
class GLES2Implementation; |
} |
@@ -108,8 +107,7 @@ |
void OnPluginMsgRequestTextures(const ResourceMessageReplyParams& params, |
uint32_t num_textures, |
const PP_Size& size, |
- uint32_t texture_target, |
- const std::vector<gpu::Mailbox>& mailboxes); |
+ uint32_t texture_target); |
void OnPluginMsgPictureReady(const ResourceMessageReplyParams& params, |
int32_t decode_id, |
uint32_t texture_id); |