Index: ppapi/thunk/resource_creation_api.h |
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h |
index d1566cd40ba0f3dbf421763a6739dfa4fa932bfe..2c3b42417f27363340a66df97b2f338e28ef7e03 100644 |
--- a/ppapi/thunk/resource_creation_api.h |
+++ b/ppapi/thunk/resource_creation_api.h |
@@ -18,6 +18,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; |
@@ -124,6 +125,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, |