Index: gpu/command_buffer/service/gles2_cmd_decoder.h |
=================================================================== |
--- gpu/command_buffer/service/gles2_cmd_decoder.h (revision 36557) |
+++ gpu/command_buffer/service/gles2_cmd_decoder.h (working copy) |
@@ -65,6 +65,9 @@ |
// Destroys the graphics context. |
virtual void Destroy() = 0; |
+ // Make this decoder's GL context current. |
+ virtual bool MakeCurrent() = 0; |
+ |
// Gets a service id by client id. |
virtual uint32 GetServiceIdForTesting(uint32 client_id) = 0; |