| Index: gpu/command_buffer/service/framebuffer_manager.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/framebuffer_manager.h (revision 51426)
|
| +++ gpu/command_buffer/service/framebuffer_manager.h (working copy)
|
| @@ -63,7 +63,11 @@
|
| };
|
|
|
| FramebufferManager() { }
|
| + ~FramebufferManager();
|
|
|
| + // Must call before destruction.
|
| + void Destroy(bool have_context);
|
| +
|
| // Creates a FramebufferInfo for the given framebuffer.
|
| void CreateFramebufferInfo(GLuint client_id, GLuint service_id);
|
|
|
|
|