| 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 761c05766f543f601f65af4de6ce68d00fa24b2d..bf6b96b5a435f71959deb6dcec1cc2cc6498a3f2 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -61,7 +61,7 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate,
|
|
|
| // Helper function to send the given message to the GPU process on the IO
|
| // thread. Calls Get and if a host is returned, sends it. Can be called from
|
| - // any thread.
|
| + // any thread. Deletes the message if it cannot be sent.
|
| CONTENT_EXPORT static void SendOnIO(GpuProcessKind kind,
|
| content::CauseForGpuLaunch cause,
|
| IPC::Message* message);
|
|
|