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

Unified Diff: ui/gl/gl_gl_api_implementation.h

Issue 1129693004: Disabled extensions in bug list now automatically removes the extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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_gl_api_implementation.h
diff --git a/ui/gl/gl_gl_api_implementation.h b/ui/gl/gl_gl_api_implementation.h
index e3d591dc3d24f9e8d426d6821f2686baa0b532a5..a905eb5b88f3f1169bee74b03c799e02aff5dcfb 100644
--- a/ui/gl/gl_gl_api_implementation.h
+++ b/ui/gl/gl_gl_api_implementation.h
@@ -70,7 +70,10 @@ class GL_EXPORT RealGLApi : public GLApiBase {
void glFinishFn() override;
void glFlushFn() override;
+ void InitializeFilteredExtensions();
+
// Filtered GL_EXTENSIONS we return to glGetString(i) calls.
+ std::vector<std::string> disabled_exts_;
std::vector<std::string> filtered_exts_;
std::string filtered_exts_str_;
};

Powered by Google App Engine
This is Rietveld 408576698