// 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/core/streams/pipe_options.h" #include "third_party/blink/renderer/bindings/core/v8/v8_stream_pipe_options.h" #include "third_party/blink/renderer/core/dom/abort_signal.h" #include "third_party/blink/renderer/platform/bindings/v8_binding.h" namespace blink { PipeOptions::PipeOptions(const StreamPipeOptions* options) : … { … } void PipeOptions::Trace(Visitor* visitor) const { … } } // namespace blink