| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index 9463177f44e72f13331453e15530a621a0c89759..6be371d2e1f96182596ecfcab09c4fc1e9b9a507 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -329,6 +329,10 @@ class CONTENT_EXPORT RenderThreadImpl
|
| // has been lost.
|
| GpuChannelHost* GetGpuChannel();
|
|
|
| + // Send a sync message to the browser process to know whether a gpu process is
|
| + // alive.
|
| + bool HasGpuProcess();
|
| +
|
| // Returns a SingleThreadTaskRunner instance corresponding to the message loop
|
| // of the thread on which file operations should be run. Must be called
|
| // on the renderer's main thread.
|
|
|