Index: ppapi/proxy/resource_creation_proxy.cc |
diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc |
index 89d6504221aae8bb88407e8b66a506540f4567dd..dba40bd50ee3d9e17da6c48bb83c0d86370808d3 100644 |
--- a/ppapi/proxy/resource_creation_proxy.cc |
+++ b/ppapi/proxy/resource_creation_proxy.cc |
@@ -303,9 +303,9 @@ PP_Resource ResourceCreationProxy::CreateVideoCapture(PP_Instance instance) { |
PP_Resource ResourceCreationProxy::CreateVideoDecoder( |
PP_Instance instance, |
PP_Resource context3d_id, |
- const PP_VideoConfigElement* config) { |
+ PP_VideoDecoder_Profile profile) { |
return PPB_VideoDecoder_Proxy::CreateProxyResource( |
- instance, context3d_id, config); |
+ instance, context3d_id, profile); |
} |
PP_Resource ResourceCreationProxy::CreateVideoLayer( |