// Copyright 2023 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_memory_heap_info.h" namespace blink { GPUMemoryHeapInfo::GPUMemoryHeapInfo(const wgpu::MemoryHeapInfo& info) : … { … } uint64_t GPUMemoryHeapInfo::size() const { … } uint32_t GPUMemoryHeapInfo::properties() const { … } } // namespace blink