Index: webkit/plugins/ppapi/resource_creation_impl.h |
diff --git a/webkit/plugins/ppapi/resource_creation_impl.h b/webkit/plugins/ppapi/resource_creation_impl.h |
index 211f1cd06f58ff2202bf4e0278895e9611803fe9..50425ce1744beaf6d60fe8126ad64a8c031a44d8 100644 |
--- a/webkit/plugins/ppapi/resource_creation_impl.h |
+++ b/webkit/plugins/ppapi/resource_creation_impl.h |
@@ -105,7 +105,7 @@ class ResourceCreationImpl : public ::ppapi::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( |