#ifndef COMPONENTS_VIZ_SERVICE_FRAME_SINKS_GMB_VIDEO_FRAME_POOL_CONTEXT_PROVIDER_IMPL_H_
#define COMPONENTS_VIZ_SERVICE_FRAME_SINKS_GMB_VIDEO_FRAME_POOL_CONTEXT_PROVIDER_IMPL_H_
#include <memory>
#include "components/viz/service/frame_sinks/gmb_video_frame_pool_context_provider.h"
#include "components/viz/service/viz_service_export.h"
#include "media/video/renderable_gpu_memory_buffer_video_frame_pool.h"
namespace gpu {
class GpuMemoryBufferFactory;
}
namespace viz {
class GpuServiceImpl;
class InProcessGpuMemoryBufferManager;
class VIZ_SERVICE_EXPORT GmbVideoFramePoolContextProviderImpl
: public GmbVideoFramePoolContextProvider { … };
}
#endif