#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_SYNC_ITERATOR_GPU_SUPPORTED_FEATURES_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_SYNC_ITERATOR_GPU_SUPPORTED_FEATURES_H_
#include "third_party/blink/renderer/bindings/core/v8/idl_types.h"
#include "third_party/blink/renderer/modules/modules_export.h"
#include "third_party/blink/renderer/platform/bindings/sync_iterator_base.h"
#include "third_party/blink/renderer/platform/bindings/v8_interface_bridge.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace blink {
class ExecutionContext;
class GPUSupportedFeatures;
struct WrapperTypeInfo;
template <>
class MODULES_EXPORT SyncIterator<GPUSupportedFeatures> final : public bindings::SyncIteratorBase { … };
class MODULES_EXPORT V8SyncIteratorGPUSupportedFeatures final : public bindings::V8InterfaceBridge<V8SyncIteratorGPUSupportedFeatures, SyncIterator<GPUSupportedFeatures>> { … };
}
#endif