0

[fuchsia] Add resource annotations to FIDL types.

Bug: 1125623
Change-Id: Ib09d0fe8f694107cf77c9b5172b9f03df015bf6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2396161
Reviewed-by: Alex Gough <ajgo@chromium.org>
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805683}
This commit is contained in:
Wez
2020-09-10 10:22:28 +00:00
committed by Commit Bot
parent 9bc0fb081b
commit bc044ad73b
2 changed files with 2 additions and 2 deletions

@ -19,7 +19,7 @@ protocol ApiBindings {
Connect(string port_name, fuchsia.web.MessagePort message_port);
};
table ApiBinding {
resource table ApiBinding {
/// Script to execute before the load of a web document.
1: fuchsia.mem.Buffer before_load_script;
};

@ -8,7 +8,7 @@ using fuchsia.ui.gfx;
using fuchsia.web;
/// Describes the configuration under which a Cast application should run.
table ApplicationConfig {
resource table ApplicationConfig {
/// Cast application Id.
1: string id;