| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index 74812f4d458bf53e8a7b7a04fdfcccfa7d416078..c762bc44726b6a39f880e524adb6200ae1683518 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -123,6 +123,7 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| 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,
|
|
|