| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 479ebaecf859a24b3972be913243313c5efe4f24..9940b69b8bbe4c2d88fa46ebcc45204c9e687574 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -83,6 +83,8 @@ class GpuProcessHost : public BrowserChildProcessHost,
|
| // Whether this GPU process is set up to use software rendering.
|
| bool software_rendering();
|
|
|
| + void ForceShutdown();
|
| +
|
| private:
|
| GpuProcessHost(int host_id);
|
| virtual ~GpuProcessHost();
|
|
|