#ifndef SERVICES_VIZ_PUBLIC_MOJOM_COMPOSITING_FRAME_SINK_BUNDLE_MOJOM_BLINK_TEST_UTILS_H_
#define SERVICES_VIZ_PUBLIC_MOJOM_COMPOSITING_FRAME_SINK_BUNDLE_MOJOM_BLINK_TEST_UTILS_H_
#include "services/viz/public/mojom/compositing/frame_sink_bundle.mojom-blink.h"
#include "third_party/blink/public/platform/web_common.h"
namespace viz::mojom::blink {
class BLINK_PLATFORM_EXPORT FrameSinkBundleInterceptorForTesting : public FrameSinkBundle { … };
class BLINK_PLATFORM_EXPORT FrameSinkBundleAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT FrameSinkBundleClientInterceptorForTesting : public FrameSinkBundleClient { … };
class BLINK_PLATFORM_EXPORT FrameSinkBundleClientAsyncWaiter { … };
}
#endif