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

Unified Diff: Source/devtools/protocol.json

Issue 23201018: DevTools: add "Jump to Relayout Boundary" context menu item in Elements panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: renamed output parameters, try run Created 7 years, 3 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/core/rendering/RenderObject.cpp ('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 cb6cf8f137231277e6b63ac3c0f60c3542834322..24b213d8973616479100be98573e73c71281ac1a 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -2213,6 +2213,17 @@
],
"description": "Returns node id at given location.",
"hidden": true
+ },
+ {
+ "name": "getRelayoutBoundary",
+ "parameters": [
+ { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node." }
+ ],
+ "returns": [
+ { "name": "nodeId", "$ref": "NodeId", "description": "Relayout boundary node id for the given node." }
+ ],
+ "description": "Returns the id of the nearest ancestor that is a relayout boundary.",
+ "hidden": true
}
],
"events": [
« no previous file with comments | « Source/core/rendering/RenderObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698