// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef GPU_COMMAND_BUFFER_SERVICE_DAWN_SERVICE_MEMORY_TRANSFER_SERVICE_H_ #define GPU_COMMAND_BUFFER_SERVICE_DAWN_SERVICE_MEMORY_TRANSFER_SERVICE_H_ #include <dawn/wire/WireServer.h> #include "base/memory/raw_ptr.h" namespace gpu { class CommonDecoder; namespace webgpu { class DawnServiceMemoryTransferService final : public dawn::wire::server::MemoryTransferService { … }; } // namespace webgpu } // namespace gpu #endif // GPU_COMMAND_BUFFER_SERVICE_DAWN_SERVICE_MEMORY_TRANSFER_SERVICE_H_