DawnErrorChecker: Prepare for Dawn StringView callback change.
Callbacks will change from getting messages as const char* to getting
messages as WGPUStringView.
Note that we can't just switch to using C++ entrypoints that
(temporarily) handle the difference transparently, because Skia compile
with upstream Emscripten's webgpu_cpp.h that doesn't do that magic.
Bug: 42241188
Change-Id: I719ffa2cd40b5382f4046bc6f690e05bf1224b86
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/908076
Reviewed-by: James Godfrey-Kittle <jamesgk@google.com>
Reviewed-by: Nicolette Prevost <nicolettep@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
1 file changed