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

Side by Side Diff: plugins/org.chromium.sdk.wipbackend.dev/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/dom/PushNodeByBackendIdToFrontendData.java

Issue 14743016: Catch up with protocol (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Generated source. 1 // Generated source.
2 // Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator 2 // Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator
3 // Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspecto r/Inspector.json@102140 3 // Origin: http://src.chromium.org/blink/trunk/Source/devtools/protocol.json@<un known>
4 4
5 package org.chromium.sdk.internal.wip.protocol.input.dom; 5 package org.chromium.sdk.internal.wip.protocol.input.dom;
6 6
7 /** 7 /**
8 Moves node into the new container, places it before the given anchor. 8 Requests that the node is sent to the caller given its backend node id.
9 */ 9 */
10 @org.chromium.sdk.internal.protocolparser.JsonType 10 @org.chromium.sdk.internal.protocolparser.JsonType
11 public interface MoveToData { 11 public interface PushNodeByBackendIdToFrontendData {
12 /** 12 /**
13 New id of the moved node. 13 The pushed node's id.
14 */ 14 */
15 long/*See org.chromium.sdk.internal.wip.protocol.common.dom.NodeIdTypedef*/ no deId(); 15 long/*See org.chromium.sdk.internal.wip.protocol.common.dom.NodeIdTypedef*/ no deId();
16 16
17 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698