| Index: webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_graphics_3d_impl.h b/webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| index 250911b326de382e583ef764999211fef33dc8cf..2a341b7e8dc00a5eb2bb2eaba0922405a8b24cdd 100644
|
| --- a/webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_graphics_3d_impl.h
|
| @@ -29,9 +29,8 @@ class PPB_Graphics3D_Impl : public ::ppapi::Resource,
|
| virtual ::ppapi::thunk::PPB_Graphics3D_API* AsPPB_Graphics3D_API() OVERRIDE;
|
|
|
| // PPB_Graphics3D_API trusted implementation.
|
| - virtual PP_Bool InitCommandBuffer(int32_t size) OVERRIDE;
|
| - virtual PP_Bool GetRingBuffer(int* shm_handle,
|
| - uint32_t* shm_size) OVERRIDE;
|
| + virtual PP_Bool InitCommandBuffer() OVERRIDE;
|
| + virtual PP_Bool SetGetBuffer(int32_t transfer_buffer_id) OVERRIDE;
|
| virtual PP_Graphics3DTrustedState GetState() OVERRIDE;
|
| virtual int32_t CreateTransferBuffer(uint32_t size) OVERRIDE;
|
| virtual PP_Bool DestroyTransferBuffer(int32_t id) OVERRIDE;
|
|
|