Index: gpu/command_buffer/service/gles2_cmd_decoder.h |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h |
index c5a044b07ae905ee78b9be2843a3618fd0083898..5247965f6cc72eedf4d7c10db89461e2454839a7 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.h |
@@ -165,6 +165,9 @@ class GPU_EXPORT GLES2Decoder : public base::SupportsWeakPtr<GLES2Decoder>, |
// Make this decoder's GL context current. |
virtual bool MakeCurrent() = 0; |
+ // Release this decoder's GL context from being current. |
+ virtual void ReleaseCurrent() = 0; |
+ |
// Gets the GLES2 Util which holds info. |
virtual GLES2Util* GetGLES2Util() = 0; |