Index: ppapi/proxy/resource_creation_proxy.h |
diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
index 3f2e76eeb3e73881a793e18380d3877355d950a3..407d892c1f1aefb5a86ae3efb9a81448fd62f676 100644 |
--- a/ppapi/proxy/resource_creation_proxy.h |
+++ b/ppapi/proxy/resource_creation_proxy.h |
@@ -116,7 +116,7 @@ class ResourceCreationProxy : public FunctionGroupBase, |
virtual PP_Resource CreateVideoDecoder( |
PP_Instance instance, |
PP_Resource context3d_id, |
- const PP_VideoConfigElement* config) OVERRIDE; |
+ PP_VideoDecoder_Profile profile) OVERRIDE; |
virtual PP_Resource CreateVideoLayer(PP_Instance instance, |
PP_VideoLayerMode_Dev mode) OVERRIDE; |
virtual PP_Resource CreateWheelInputEvent( |