Chromium Code Reviews| Index: gpu/command_buffer/service/gpu_processor.h |
| =================================================================== |
| --- gpu/command_buffer/service/gpu_processor.h (revision 51426) |
| +++ gpu/command_buffer/service/gpu_processor.h (working copy) |
| @@ -98,6 +98,8 @@ |
| int commands_per_update_; |
| + // TODO(gman): Group needs to be passed in so it can be shared by |
| + // multiple GPUProcessors. |
| gles2::ContextGroup group_; |
| scoped_ptr<gles2::GLES2Decoder> decoder_; |
| scoped_ptr<CommandParser> parser_; |