| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index b9e26d5e5cede415516dbae70c0751fa5dc0e5bc..24a58c65db08ee41ed20523c5672e659f4a88bbc 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -19,6 +19,7 @@
|
| #include "ppapi/c/ppb_input_event.h"
|
| #include "ppapi/c/dev/pp_video_dev.h"
|
| #include "ppapi/c/dev/ppb_transport_dev.h"
|
| +#include "ppapi/c/dev/ppb_websocket_dev.h"
|
| #include "ppapi/shared_impl/api_id.h"
|
|
|
| struct PP_Flash_Menu;
|
| @@ -131,6 +132,7 @@ class ResourceCreationAPI {
|
| PP_VideoDecoder_Profile profile) = 0;
|
| virtual PP_Resource CreateVideoLayer(PP_Instance instance,
|
| PP_VideoLayerMode_Dev mode) = 0;
|
| + virtual PP_Resource CreateWebSocket(PP_Instance instance) = 0;
|
| virtual PP_Resource CreateWheelInputEvent(
|
| PP_Instance instance,
|
| PP_TimeTicks time_stamp,
|
|
|