[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:
fuchsia/fidl/cast
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user