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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2241003002: Mac: Loosen CoreAnimation blacklist on 10.10 and histograms to watch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update version Created 4 years, 4 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 89cb16b1a483b2b1ef2a3aa0bb24c838605b27f8..4d73ec2c8bfa5afdad032614f70a3692f97d4f98 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "8.81",
+ "version": "8.82",
"entries": [
{
"id": 1,
@@ -1650,6 +1650,8 @@ LONG_STRING_CONST(
"value": "10.10"
}
},
+ "vendor_id": "0x10de",
+ "device_id": ["0x0fd5"],
"features": [
"disable_overlay_ca_layers"
]

Powered by Google App Engine
This is Rietveld 408576698