| Index: ppapi/proxy/ppb_buffer_proxy.h
|
| diff --git a/ppapi/proxy/ppb_buffer_proxy.h b/ppapi/proxy/ppb_buffer_proxy.h
|
| index e11b94f656af475a19965c25dd8072b532f28f47..552d422006fdf13759234e6821facc89c938e2d0 100644
|
| --- a/ppapi/proxy/ppb_buffer_proxy.h
|
| +++ b/ppapi/proxy/ppb_buffer_proxy.h
|
| @@ -56,6 +56,9 @@ class PPB_Buffer_Proxy : public InterfaceProxy {
|
|
|
| static PP_Resource CreateProxyResource(PP_Instance instance,
|
| uint32_t size);
|
| + static PP_Resource AddProxyResource(const HostResource& resource,
|
| + base::SharedMemoryHandle shm_handle,
|
| + uint32_t size);
|
|
|
| const PPB_Buffer_Dev* ppb_buffer_target() const {
|
| return static_cast<const PPB_Buffer_Dev*>(target_interface());
|
|
|