| Index: ppapi/proxy/video_decoder_resource_unittest.cc
|
| diff --git a/ppapi/proxy/video_decoder_resource_unittest.cc b/ppapi/proxy/video_decoder_resource_unittest.cc
|
| index 228da923fe27548a74b6ac2d341a28af62e08e0f..b9f0e7918d44e5d1cd840d234a4afa84b8b25002 100644
|
| --- a/ppapi/proxy/video_decoder_resource_unittest.cc
|
| +++ b/ppapi/proxy/video_decoder_resource_unittest.cc
|
| @@ -236,7 +236,10 @@ class VideoDecoderResourceTest : public PluginProxyTest {
|
| SendReply(params,
|
| PP_OK,
|
| PpapiPluginMsg_VideoDecoder_RequestTextures(
|
| - kNumRequestedTextures, PP_MakeSize(320, 240), GL_TEXTURE_2D));
|
| + kNumRequestedTextures,
|
| + PP_MakeSize(320, 240),
|
| + GL_TEXTURE_2D,
|
| + std::vector<gpu::Mailbox>()));
|
| }
|
|
|
| void SendNotifyError(const ResourceMessageCallParams& params, int32_t error) {
|
|
|