| Index: ui/gl/gl_osmesa_api_implementation.h
|
| diff --git a/ui/gl/gl_osmesa_api_implementation.h b/ui/gl/gl_osmesa_api_implementation.h
|
| index 95271f41238bcb42ac0611695b77df8390853724..4101c74aace1d8013f311337d9fe925a1c58c33c 100644
|
| --- a/ui/gl/gl_osmesa_api_implementation.h
|
| +++ b/ui/gl/gl_osmesa_api_implementation.h
|
| @@ -21,6 +21,7 @@ void ClearGLBindingsOSMESA();
|
| class GL_EXPORT RealOSMESAApi : public OSMESAApi {
|
| public:
|
| RealOSMESAApi();
|
| + virtual ~RealOSMESAApi();
|
| void Initialize(DriverOSMESA* driver);
|
|
|
| // Include the auto-generated part of this class. We split this because
|
|
|