Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: ui/gl/gl_osmesa_api_implementation.h

Issue 11275120: Virtual GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698