Commit 031308c3 authored by Austin Eng's avatar Austin Eng Committed by Commit Bot

Switch dawn_wire::WireClient:GetProcs to dawn_wire::client::GetProcs

Bug: none
Change-Id: I6a46219a111f9522183c3f496651a0772229d5d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464427
Commit-Queue: Austin Eng <enga@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816269}
parent fc608d5c
......@@ -229,10 +229,10 @@ gpu::ContextResult WebGPUImplementation::Initialize(
memory_transfer_service_ =
std::make_unique<DawnClientMemoryTransferService>(mapped_memory_.get());
procs_ = dawn_wire::WireClient::GetProcs();
procs_ = dawn_wire::client::GetProcs();
// TODO(senorblanco): Do this only once per process. Doing it once per
// WebGPUImplementation is non-optimal but valid valid, since the returned
// WebGPUImplementation is non-optimal but valid, since the returned
// procs are always the same.
dawnProcSetProcs(&procs_);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment