Remove dawn_native::DeviceDescriptor typedef

Bug: dawn:160, dawn:689
Change-Id: I9ec5f2056ac70c4150e6555291045690ee295403
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/70582
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Austin Eng
2021-12-14 22:35:35 +00:00
committed by Dawn LUCI CQ
parent f296710f64
commit 0e6f443359
4 changed files with 7 additions and 11 deletions

View File

@@ -70,10 +70,6 @@ namespace dawn_native {
const WGPURequiredLimits* requiredLimits = nullptr;
};
// TODO(crbug.com/dawn/160): Remove when embedders of Dawn are updated to use
// DawnDeviceDescriptor.
using DeviceDescriptor = DawnDeviceDescriptor;
// A struct to record the information of a toggle. A toggle is a code path in Dawn device that
// can be manually configured to run or not outside Dawn, including workarounds, special
// features and optimizations.