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

Unified Diff: Source/devtools/Inspector-1.1.json

Issue 295383008: Remove the forceCompositingMode setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/devtools/Inspector-1.1.json
diff --git a/Source/devtools/Inspector-1.1.json b/Source/devtools/Inspector-1.1.json
index acb789159c4f4173c639866330043c3dca26f23a..43e696299ab3d6a25c5dfd7f4075b216befd51c6 100644
--- a/Source/devtools/Inspector-1.1.json
+++ b/Source/devtools/Inspector-1.1.json
@@ -494,14 +494,6 @@
{ "name": "showGrid", "type": "boolean", "optional": true, "description": "Whether to paint grid as well." }
],
"hidden": true
- },
- {
- "name": "setForceCompositingMode",
pfeldman 2014/05/28 19:20:51 No need to remove this. It captures the 1.1 versio
- "description": "Force accelerated compositing mode for inspected page.",
- "parameters": [
- { "name": "force", "type": "boolean", "description": "Whether to force accelerated compositing or not." }
- ],
- "hidden": true
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698