Index: ui/gl/gl_osmesa_api_implementation.cc |
diff --git a/ui/gl/gl_osmesa_api_implementation.cc b/ui/gl/gl_osmesa_api_implementation.cc |
index 4d8fc2a6722d561b0b699009c499e0b7729336d1..5b32d22ef1d60af2e6b0198f3c3b3ef8259c9c71 100644 |
--- a/ui/gl/gl_osmesa_api_implementation.cc |
+++ b/ui/gl/gl_osmesa_api_implementation.cc |
@@ -61,6 +61,9 @@ void RealOSMESAApi::Initialize(DriverOSMESA* driver) { |
InitializeBase(driver); |
} |
+TraceOSMESAApi::~TraceOSMESAApi() { |
+} |
+ |
} // namespace gfx |