| Index: gpu/command_buffer/common/command_buffer.h
|
| diff --git a/gpu/command_buffer/common/command_buffer.h b/gpu/command_buffer/common/command_buffer.h
|
| index 74cefe8322aa42a2ccb4db26df599f8c57a6abf5..61b91428f6848b7f013195584d4fe1dd41462ee4 100644
|
| --- a/gpu/command_buffer/common/command_buffer.h
|
| +++ b/gpu/command_buffer/common/command_buffer.h
|
| @@ -82,9 +82,6 @@ class GPU_EXPORT CommandBuffer {
|
| // Initialize the command buffer with the given size.
|
| virtual bool Initialize() = 0;
|
|
|
| - // Returns the current status.
|
| - virtual State GetState() = 0;
|
| -
|
| // Returns the last state without synchronizing with the service.
|
| virtual State GetLastState() = 0;
|
|
|
|
|