// 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_supported_limits.h" #include "base/notreached.h" #include "base/numerics/checked_math.h" #include "third_party/blink/renderer/bindings/modules/v8/v8_gpu_extent_3d_dict.h" #include "third_party/blink/renderer/core/dom/dom_exception.h" #include <algorithm> #define SUPPORTED_LIMITS(X) … blink // namespace blink