| Index: gpu/command_buffer/service/gles2_cmd_decoder.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_decoder.h (revision 124716)
|
| +++ gpu/command_buffer/service/gles2_cmd_decoder.h (working copy)
|
| @@ -40,7 +40,7 @@
|
|
|
| // This class implements the AsyncAPIInterface interface, decoding GLES2
|
| // commands and calling GL.
|
| -class GLES2Decoder : public CommonDecoder {
|
| +class GPU_EXPORT GLES2Decoder : public CommonDecoder {
|
| public:
|
| typedef error::Error Error;
|
| typedef base::Callback<void(int32 id, const std::string& msg)> MsgCallback;
|
|
|