| 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 a5d00d9770105429430ff896f2f38898aa0d5a5e..cc604fcce8296dfc21ca9c7352e6c0fc96700201 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| @@ -167,6 +167,9 @@ class GPU_EXPORT GLES2Decoder : public CommonDecoder {
|
| int height,
|
| bool is_texture_immutable) = 0;
|
|
|
| + // Gets the GL error for this context.
|
| + virtual uint32 GetGLError() = 0;
|
| +
|
| // A callback for messages from the decoder.
|
| virtual void SetMsgCallback(const MsgCallback& callback) = 0;
|
|
|
|
|