#ifndef CHROME_GPU_BROWSER_EXPOSED_GPU_INTERFACES_H_
#define CHROME_GPU_BROWSER_EXPOSED_GPU_INTERFACES_H_
namespace gpu {
struct GpuPreferences;
class GpuDriverBugWorkarounds;
}
namespace mojo {
class BinderMap;
}
namespace viz {
class GpuServiceImpl;
}
class ChromeContentGpuClient;
void ExposeChromeGpuInterfacesToBrowser(
ChromeContentGpuClient* client,
viz::GpuServiceImpl* gpu_service,
const gpu::GpuPreferences& gpu_preferences,
const gpu::GpuDriverBugWorkarounds& gpu_workarounds,
mojo::BinderMap* binders);
#endif