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

Unified Diff: ui/gl/gl_osmesa_api_implementation.h

Issue 1203513004: Respect the disabled extension list during binding initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: split extension binding loading from static binding loading; pass enabled extensions Created 5 years, 6 months 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 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.

Powered by Google App Engine
This is Rietveld 408576698