| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index e54372289073c5a0bd4f8cf84ae00e825f31050d..370ac9edc062c3e83103621b622d6642a390bbca 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -129,6 +129,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,
|
|
|