summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/devtools/browser_protocol.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/devtools/browser_protocol.json')
-rw-r--r--chromium/content/browser/devtools/browser_protocol.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/content/browser/devtools/browser_protocol.json b/chromium/content/browser/devtools/browser_protocol.json
index 59e73c0c590..dfb462febf2 100644
--- a/chromium/content/browser/devtools/browser_protocol.json
+++ b/chromium/content/browser/devtools/browser_protocol.json
@@ -22,7 +22,8 @@
"properties": [
{ "name": "devices", "type": "array", "items": { "$ref": "GPUDevice" }, "description": "The graphics devices on the system. Element 0 is the primary GPU." },
{ "name": "auxAttributes", "type": "object", "optional": "true", "description": "An optional dictionary of additional GPU related attributes." },
- { "name": "featureStatus", "type": "object", "optional": "true", "description": "An optional dictionary of graphics features and their status." }
+ { "name": "featureStatus", "type": "object", "optional": "true", "description": "An optional dictionary of graphics features and their status." },
+ { "name": "driverBugWorkarounds", "type": "array", "items": { "type": "string" }, "description": "An optional array of GPU driver bug workarounds." }
],
"description": "Provides information about the GPU(s) on the system."
},