| Index: gpu/command_buffer/client/gles2_cmd_helper.h
|
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper.h b/gpu/command_buffer/client/gles2_cmd_helper.h
|
| index af6cc5d8ab33f5093b55fbdc2d8186c0254f124b..8a5cde19d7a79880ff7e4dab2197242f2ca6b81e 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper.h
|
| @@ -16,7 +16,7 @@ namespace gles2 {
|
| class GPU_EXPORT GLES2CmdHelper : public CommandBufferHelper {
|
| public:
|
| explicit GLES2CmdHelper(CommandBuffer* command_buffer);
|
| - virtual ~GLES2CmdHelper();
|
| + ~GLES2CmdHelper() override;
|
|
|
| // Include the auto-generated part of this class. We split this because it
|
| // means we can easily edit the non-auto generated parts right here in this
|
|
|