mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-17 08:57:26 +00:00
Rename namespace dawn_wire to dawn::wire.
But keep a namespace alias to avoid breaking project that depend on the previous namespace name while they get updated. Bug: dawn:824 Change-Id: I1e99c4d0d2acf7644a225a88d07806d1a64478e6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75540 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
f07477a1ce
commit
5d846ab503
@@ -15,7 +15,7 @@
|
||||
#include "common/Assert.h"
|
||||
#include "dawn_wire/server/Server.h"
|
||||
|
||||
namespace dawn_wire::server {
|
||||
namespace dawn::wire::server {
|
||||
|
||||
void Server::OnQueueWorkDone(QueueWorkDoneUserdata* data, WGPUQueueWorkDoneStatus status) {
|
||||
ReturnQueueWorkDoneCallbackCmd cmd;
|
||||
@@ -100,4 +100,4 @@ namespace dawn_wire::server {
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace dawn_wire::server
|
||||
} // namespace dawn::wire::server
|
||||
|
||||
Reference in New Issue
Block a user