| 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 2f9deffa5ecbbc016d06ab6b246ed08dae6b0007..bcdafbb88501a33f7e77b48a3d5317b20b337448 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.h
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.h
|
| @@ -110,6 +110,7 @@ class ResourceCreationImpl : public ::ppapi::FunctionGroupBase,
|
| PP_VideoDecoder_Profile profile) OVERRIDE;
|
| virtual PP_Resource CreateVideoLayer(PP_Instance instance,
|
| PP_VideoLayerMode_Dev mode) OVERRIDE;
|
| + virtual PP_Resource CreateWebSocket(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateWheelInputEvent(
|
| PP_Instance instance,
|
| PP_TimeTicks time_stamp,
|
|
|