| 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 1273103a0b38b329f0352cb9c7a2a8e8c3c057bc..4aa1b23dbb2e9d7d4bda7a73c471e94c8182cfbe 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| @@ -342,7 +342,7 @@ class GPU_EXPORT GLES2Decoder : public base::SupportsWeakPtr<GLES2Decoder>,
|
| // individual commands.
|
| error::Error DoCommand(unsigned int command,
|
| unsigned int arg_count,
|
| - const void* cmd_data) override;
|
| + const volatile void* cmd_data) override;
|
|
|
| private:
|
| bool initialized_;
|
|
|