#ifndef SERVICES_VIZ_PUBLIC_MOJOM_COMPOSITING_LAYER_CONTEXT_MOJOM_BLINK_TEST_UTILS_H_
#define SERVICES_VIZ_PUBLIC_MOJOM_COMPOSITING_LAYER_CONTEXT_MOJOM_BLINK_TEST_UTILS_H_
#include "services/viz/public/mojom/compositing/layer_context.mojom-blink.h"
#include "third_party/blink/public/platform/web_common.h"
namespace viz::mojom::blink {
class BLINK_PLATFORM_EXPORT LayerContextInterceptorForTesting : public LayerContext { … };
class BLINK_PLATFORM_EXPORT LayerContextAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT LayerContextClientInterceptorForTesting : public LayerContextClient { … };
class BLINK_PLATFORM_EXPORT LayerContextClientAsyncWaiter { … };
}
#endif