| 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 80c28035d05cd21ea66f424f675a955fdec69b8f..a8e3c4fb787d5d1798a792c79183385aa85a5e78 100644
|
| --- a/ppapi/proxy/video_decoder_resource_unittest.cc
|
| +++ b/ppapi/proxy/video_decoder_resource_unittest.cc
|
| @@ -109,7 +109,7 @@
|
| HostResource host_resource;
|
| host_resource.SetHostResource(pp_instance(), kGraphics3D);
|
| scoped_refptr<ppapi::proxy::Graphics3D> graphics_3d(
|
| - new ppapi::proxy::Graphics3D(host_resource, gfx::Size(640, 480)));
|
| + new ppapi::proxy::Graphics3D(host_resource));
|
| return graphics_3d->GetReference();
|
| }
|
|
|
|
|