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

Unified Diff: Source/devtools/protocol.json

Issue 50043007: DevTools: check for canForceCompositingMode before trying to emulate device metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments Created 7 years, 2 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
« no previous file with comments | « Source/devtools/front_end/inspector.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 638b68ca3a4755298dd4bee56c1f5ae1860d3c2b..97cc2365ffa30945eed170c4c652fedcc2021e56 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -482,6 +482,14 @@
"hidden": true
},
{
+ "name": "canForceCompositingMode",
+ "description": "Returns whether page can be forced into compositing mode.",
+ "returns": [
+ { "name": "result", "type": "boolean", "description": "Whether page can be forced into compositing mode." }
+ ],
+ "hidden": true
+ },
+ {
"name": "setForceCompositingMode",
"description": "Force accelerated compositing mode for inspected page.",
"parameters": [
« no previous file with comments | « Source/devtools/front_end/inspector.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698