Chromium Code Reviews| Index: gpu/command_buffer/service/program_manager.h |
| =================================================================== |
| --- gpu/command_buffer/service/program_manager.h (revision 51426) |
| +++ gpu/command_buffer/service/program_manager.h (working copy) |
| @@ -197,7 +197,11 @@ |
| }; |
| ProgramManager() { } |
| + ~ProgramManager(); |
| + // Must call before destruction. |
| + void Destroy(bool have_context); |
| + |
| // Creates a new program info. |
| void CreateProgramInfo(GLuint client_id, GLuint service_id); |