Index: ppapi/thunk/ppb_graphics_3d_api.h |
diff --git a/ppapi/thunk/ppb_graphics_3d_api.h b/ppapi/thunk/ppb_graphics_3d_api.h |
index 92e392e290ea135ad28b75bc4c0249d9edf8326b..ec0b187f76b09f1010040a0ec5e792687ab06856 100644 |
--- a/ppapi/thunk/ppb_graphics_3d_api.h |
+++ b/ppapi/thunk/ppb_graphics_3d_api.h |
@@ -31,7 +31,6 @@ class PPAPI_THUNK_EXPORT PPB_Graphics3D_API { |
// Graphics3DTrusted API. |
virtual PP_Bool SetGetBuffer(int32_t shm_id) = 0; |
- virtual gpu::CommandBuffer::State GetState() = 0; |
virtual scoped_refptr<gpu::Buffer> CreateTransferBuffer(uint32_t size, |
int32_t* id) = 0; |
virtual PP_Bool DestroyTransferBuffer(int32_t id) = 0; |