| Index: gpu/command_buffer/common/cmd_buffer_common.cc
 | 
| ===================================================================
 | 
| --- gpu/command_buffer/common/cmd_buffer_common.cc	(revision 93137)
 | 
| +++ gpu/command_buffer/common/cmd_buffer_common.cc	(working copy)
 | 
| @@ -31,17 +31,6 @@
 | 
|  
 | 
|  }  // namespace cmd
 | 
|  
 | 
| -// TODO(apatrick): this method body is here instead of command_buffer.cc
 | 
| -// because NaCl currently compiles in this file but not the other.
 | 
| -// Remove this method body and the includes of command_buffer.h and
 | 
| -// logging.h above once NaCl defines SetContextLostReason() in its
 | 
| -// CommandBuffer subclass and has been rolled forward. See
 | 
| -// http://crbug.com/89670 .
 | 
| -gpu::CommandBuffer::State CommandBuffer::GetLastState() {
 | 
| -  GPU_NOTREACHED();
 | 
| -  return gpu::CommandBuffer::State();
 | 
| -}
 | 
| -
 | 
|  // TODO(kbr): this method body is here instead of command_buffer.cc
 | 
|  // because NaCl currently compiles in this file but not the other.
 | 
|  // Remove this method body and the includes of command_buffer.h and
 | 
| 
 |