| Index: content/renderer/pepper/ppb_graphics_3d_impl.h
|
| diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| index 6594dce069c6bf78e73c7dd81e7bdb4af789aed9..e721be6a3c1387a3233151fde18e6e0c20991d94 100644
|
| --- a/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| +++ b/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| @@ -23,7 +23,6 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared {
|
|
|
| // PPB_Graphics3D_API trusted implementation.
|
| virtual PP_Bool SetGetBuffer(int32_t transfer_buffer_id) OVERRIDE;
|
| - virtual gpu::CommandBuffer::State GetState() OVERRIDE;
|
| virtual scoped_refptr<gpu::Buffer> CreateTransferBuffer(uint32_t size,
|
| int32* id) OVERRIDE;
|
| virtual PP_Bool DestroyTransferBuffer(int32_t id) OVERRIDE;
|
|
|