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