| Index: gpu/command_buffer/client/gles2_interface_stub.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub.h b/gpu/command_buffer/client/gles2_interface_stub.h
|
| index cf3fb41de6f573510dc1ba561eefcaffc1e5039d..589a79cb17a7b46535a02a071744b6f6ce2218a2 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub.h
|
| @@ -14,7 +14,7 @@ namespace gles2 {
|
| class GLES2InterfaceStub : public GLES2Interface {
|
| public:
|
| GLES2InterfaceStub();
|
| - virtual ~GLES2InterfaceStub();
|
| + ~GLES2InterfaceStub() 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
|
|
|