Require AllowShared with FlexibleArrayBufferView
All methods that have a parameter with the FlexibleArrayBufferView extended attribute support AllowShared. In other words, it is possible to use them with an ArrayBufferView backed by an ArrayBuffer or a SharedArrayBuffer. This CL makes this an explicit requirement in the IDL file. Currently only WebGL APIs use the FlexibleArrayBufferView extended attribute. Bug: chromium:905449 Change-Id: I52f23d4ee07c169a525243f00dd8a96a58ce7075 Reviewed-on: https://chromium-review.googlesource.com/c/1345125 Commit-Queue: Ben Smith <binji@chromium.org> Reviewed-by:Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#611175}
Showing
Please register or sign in to comment