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 5a0e2633ac4309372d264e0792d0f30a43616f29..cd2be503fbbfb814d2f96c9552360f938f1d6fae 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.h |
@@ -135,6 +135,9 @@ class GPU_EXPORT GLES2Decoder : public CommonDecoder { |
// Gets the associated ContextGroup |
virtual ContextGroup* GetContextGroup() = 0; |
+ // Gets the service id for any simulated backbuffer fbo. |
+ virtual void RestoreState() const = 0; |
+ |
// Gets the QueryManager for this context. |
virtual QueryManager* GetQueryManager() = 0; |