#ifndef MEDIA_MOJO_MOJOM_VIDEO_DECODER_MOJOM_BLINK_TEST_UTILS_H_
#define MEDIA_MOJO_MOJOM_VIDEO_DECODER_MOJOM_BLINK_TEST_UTILS_H_
#include "media/mojo/mojom/video_decoder.mojom-blink.h"
#include "third_party/blink/public/platform/web_common.h"
namespace media::mojom::blink {
class BLINK_PLATFORM_EXPORT VideoFrameHandleReleaserInterceptorForTesting : public VideoFrameHandleReleaser { … };
class BLINK_PLATFORM_EXPORT VideoFrameHandleReleaserAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT VideoDecoderInterceptorForTesting : public VideoDecoder { … };
class BLINK_PLATFORM_EXPORT VideoDecoderAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT VideoDecoderClientInterceptorForTesting : public VideoDecoderClient { … };
class BLINK_PLATFORM_EXPORT VideoDecoderClientAsyncWaiter { … };
}
#endif