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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2171023002: Revert of Add new gpu driver bug workaround DISABLE_TRANSPARENT_VISUALS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: gpu/config/gpu_driver_bug_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index fd709e8fbb68c01529a30e69a553fec7b3276d33..bfd534969e79a427aebe8fd45ac446ee397675cf 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "8.77",
+ "version": "8.76",
"entries": [
{
"id": 1,
@@ -1857,22 +1857,6 @@
"features": [
"disable_framebuffer_cmaa"
]
- },
- {
- "id": 173,
- "description": "Limit transparent visuals to drivers known to work",
- "cr_bugs": [369209],
- "os": {
- "type": "linux"
- },
- "exceptions" : [
- {
- "driver_vendor": "Mesa"
- }
- ],
- "features": [
- "disable_transparent_visuals"
- ]
}
]
}
« no previous file with comments | « extensions/browser/api/app_window/app_window_apitest.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698