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