From c713005b14cfea3433a39c04451d98a36e714eae Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Fri, 17 Feb 2023 23:24:43 +0000 Subject: [PATCH] Reland "Remove wgpu::CreatePipelineAsyncStatus::Error" This is a reland of commit 9fafbc0a9ebb81e9de03b8b6765ea1721e22a6c8 Original change's description: > Remove wgpu::CreatePipelineAsyncStatus::Error > > It is no longer used in Chromium and the ::ValidationError and > ::InternalError should be used instead. > > Fixed: chromium:1404422 > Change-Id: I7ecb1e23cfedc8f16f91431ac8b9ec8a9bbf2933 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119461 > Kokoro: Kokoro > Reviewed-by: Austin Eng > Commit-Queue: Corentin Wallez > Auto-Submit: Corentin Wallez Change-Id: I1f6a7d858709babb99f3546273d17f5f58029612 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120383 Commit-Queue: Corentin Wallez Reviewed-by: Austin Eng Kokoro: Kokoro --- dawn.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dawn.json b/dawn.json index f4ec78c699..993cd05cca 100644 --- a/dawn.json +++ b/dawn.json @@ -975,8 +975,7 @@ {"value": 2, "name": "internal error"}, {"value": 3, "name": "device lost"}, {"value": 4, "name": "device destroyed"}, - {"value": 5, "name": "unknown"}, - {"value": 6, "name": "error"} + {"value": 5, "name": "unknown"} ] }, "create render pipeline async callback": {