#ifndef COMPONENTS_VIZ_SERVICE_DISPLAY_EMBEDDER_SKIA_OUTPUT_SURFACE_IMPL_ON_GPU_DEBUG_CAPTURE_H_
#define COMPONENTS_VIZ_SERVICE_DISPLAY_EMBEDDER_SKIA_OUTPUT_SURFACE_IMPL_ON_GPU_DEBUG_CAPTURE_H_
#include "components/viz/service/display_embedder/image_context_impl.h"
namespace gpu {
class SharedImageRepresentationFactory;
}
namespace viz {
void AttemptDebuggerBufferCapture(
ImageContextImpl* context,
gpu::SharedContextState* context_state,
gpu::SharedImageRepresentationFactory* representation_factory);
}
#endif