// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/modules/webgpu/gpu_compilation_message.h" #include "base/notreached.h" namespace blink { GPUCompilationMessage::GPUCompilationMessage(String message, wgpu::CompilationMessageType type, uint64_t line_num, uint64_t line_pos, uint64_t offset, uint64_t length) : … { … } } // namespace blink