| Index: mojo/examples/pepper_container_app/graphics_3d_resource.cc
|
| diff --git a/mojo/examples/pepper_container_app/graphics_3d_resource.cc b/mojo/examples/pepper_container_app/graphics_3d_resource.cc
|
| index b41776f7782130936f4b13c599535a001cdd57b2..2ad7dcd4591d6dbbed969c5111ab701f2bab6728 100644
|
| --- a/mojo/examples/pepper_container_app/graphics_3d_resource.cc
|
| +++ b/mojo/examples/pepper_container_app/graphics_3d_resource.cc
|
| @@ -86,11 +86,6 @@ PP_Bool Graphics3DResource::SetGetBuffer(int32_t shm_id) {
|
| return PP_FALSE;
|
| }
|
|
|
| -gpu::CommandBuffer::State Graphics3DResource::GetState() {
|
| - NOTIMPLEMENTED();
|
| - return GetErrorState();
|
| -}
|
| -
|
| scoped_refptr<gpu::Buffer> Graphics3DResource::CreateTransferBuffer(
|
| uint32_t size,
|
| int32* id) {
|
|
|