// 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. #ifndef COMPONENTS_CAST_STREAMING_BROWSER_FRAME_MIRRORING_DECODER_BUFFER_FACTORY_H_ #define COMPONENTS_CAST_STREAMING_BROWSER_FRAME_MIRRORING_DECODER_BUFFER_FACTORY_H_ #include "base/containers/span.h" #include "base/memory/scoped_refptr.h" #include "base/time/time.h" #include "components/cast_streaming/browser/common/decoder_buffer_factory.h" namespace cast_streaming { class MirroringDecoderBufferFactory : public DecoderBufferFactory { … }; } // namespace cast_streaming #endif // COMPONENTS_CAST_STREAMING_BROWSER_FRAME_MIRRORING_DECODER_BUFFER_FACTORY_H_