dawn.json: Noop argument rename for mapAsync

Bug: dawn:22
Change-Id: Ia7f8b5be8f5c7ff68625311e9a393da6c0d774de
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/25240
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez 2020-07-20 16:24:20 +00:00 committed by Commit Bot service account
parent 92ebe87b74
commit 3ed44f56c5
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@
{
"name": "map async",
"args": [
{"name": "flags", "type": "map mode"},
{"name": "mode", "type": "map mode"},
{"name": "offset", "type": "size_t"},
{"name": "size", "type": "size_t"},
{"name": "callback", "type": "buffer map callback"},