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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1403853002: Devtools: DOM inspection follows inspect cursor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/WebKit/Source/devtools/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index ff4a1b01cf04828dfc75ed55abd729b297bd5c36..941e7e0a461b682487474222a79d8d7556ffc4a3 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -2920,6 +2920,13 @@
],
"description": "Called when distrubution is changed.",
"hidden": true
+ },
+ {
+ "name": "nodeHighlightedInOverlay",
dgozman 2015/10/13 01:42:54 We don't mention overlay in DOM domain. Let's call
sergeyv 2015/10/13 21:24:18 Done.
+ "parameters": [
+ {"name": "nodeId", "$ref": "NodeId"}
+ ],
+ "hidden": true
}
]
},
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js ('k') | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698