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

Unified Diff: Source/devtools/protocol.json

Issue 1288623004: Devtools: Remove continuous repainting feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 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
« no previous file with comments | « Source/devtools/front_end/main/module.json ('k') | Source/web/DevToolsEmulator.cpp » ('j') | 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 2bacbfc605f297760b00436630e64c97ff748410..dd26cd36f06a3f62ade6fa17b167e8f73f90326a 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -604,13 +604,6 @@
]
},
{
- "name": "setContinuousPaintingEnabled",
- "description": "Requests that backend enables continuous painting",
- "parameters": [
- { "name": "enabled", "type": "boolean", "description": "True for enabling cointinuous painting" }
- ]
- },
- {
"name": "setShowScrollBottleneckRects",
"description": "Requests that backend shows scroll bottleneck rects",
"parameters": [
« no previous file with comments | « Source/devtools/front_end/main/module.json ('k') | Source/web/DevToolsEmulator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698