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

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: Address comments 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..3bbe05822ca1131e1e8820707e6ef6c8751dfd16 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": "nodeHighlightRequested",
+ "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