| Index: ui/gl/gl_egl_api_implementation.h
|
| diff --git a/ui/gl/gl_egl_api_implementation.h b/ui/gl/gl_egl_api_implementation.h
|
| index adb71d429422bfe39982142af3575c9080c5de4c..f0a75f4a7cd7fe38294ad46ef3349d83741fb0ef 100644
|
| --- a/ui/gl/gl_egl_api_implementation.h
|
| +++ b/ui/gl/gl_egl_api_implementation.h
|
| @@ -21,6 +21,7 @@ void ClearGLBindingsEGL();
|
| class GL_EXPORT RealEGLApi : public EGLApi {
|
| public:
|
| RealEGLApi();
|
| + virtual ~RealEGLApi();
|
| void Initialize(DriverEGL* driver);
|
|
|
| // Include the auto-generated part of this class. We split this because
|
|
|