diff options
Diffstat (limited to 'chromium/content/public/browser/gpu_utils.h')
-rw-r--r-- | chromium/content/public/browser/gpu_utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/content/public/browser/gpu_utils.h b/chromium/content/public/browser/gpu_utils.h index b35ec8ea2c5..31d96e83d9b 100644 --- a/chromium/content/public/browser/gpu_utils.h +++ b/chromium/content/public/browser/gpu_utils.h @@ -20,6 +20,10 @@ CONTENT_EXPORT const gpu::GpuPreferences GetGpuPreferencesFromCommandLine(); CONTENT_EXPORT void StopGpuProcess(base::OnceClosure callback); +// Kills the GPU process with a normal termination status. +// TODO(crbug.com/1095977): Combine with StopGpuProcess +CONTENT_EXPORT void KillGpuProcess(); + CONTENT_EXPORT gpu::GpuChannelEstablishFactory* GetGpuChannelEstablishFactory(); #if BUILDFLAG(CLANG_PROFILING_INSIDE_SANDBOX) |