Commit bc044ad7 authored by Wez's avatar Wez Committed by Commit Bot

[fuchsia] Add resource annotations to FIDL types.

Bug: 1125623
Change-Id: Ib09d0fe8f694107cf77c9b5172b9f03df015bf6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2396161Reviewed-by: default avatarAlex Gough <ajgo@chromium.org>
Reviewed-by: default avatarDavid Dorwin <ddorwin@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805683}
parent 9bc0fb08
...@@ -19,7 +19,7 @@ protocol ApiBindings { ...@@ -19,7 +19,7 @@ protocol ApiBindings {
Connect(string port_name, fuchsia.web.MessagePort message_port); Connect(string port_name, fuchsia.web.MessagePort message_port);
}; };
table ApiBinding { resource table ApiBinding {
/// Script to execute before the load of a web document. /// Script to execute before the load of a web document.
1: fuchsia.mem.Buffer before_load_script; 1: fuchsia.mem.Buffer before_load_script;
}; };
...@@ -8,7 +8,7 @@ using fuchsia.ui.gfx; ...@@ -8,7 +8,7 @@ using fuchsia.ui.gfx;
using fuchsia.web; using fuchsia.web;
/// Describes the configuration under which a Cast application should run. /// Describes the configuration under which a Cast application should run.
table ApplicationConfig { resource table ApplicationConfig {
/// Cast application Id. /// Cast application Id.
1: string id; 1: string id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment