| 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 c740e1ab8edb07e1923a3ad2d1ed8886a6f1fe36..e4781b51d1f1d8e77d432477a35bd42a3e475f70 100644
|
| --- a/ui/gl/gl_osmesa_api_implementation.h
|
| +++ b/ui/gl/gl_osmesa_api_implementation.h
|
| @@ -37,6 +37,7 @@ class GL_EXPORT RealOSMESAApi : public OSMESAApiBase {
|
| RealOSMESAApi();
|
| ~RealOSMESAApi() override;
|
| void Initialize(DriverOSMESA* driver);
|
| + std::set<std::string> GetEnabledExtensions() const;
|
| };
|
|
|
| // Inserts a TRACE for every OSMESA call.
|
|
|