| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 2d04cb9be80970aaf82e0577ceb30d04a5c628c5..dc07bffe3a139db2814bdfcab003a88ccbda206a 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -582,7 +582,6 @@ bool GpuProcessHost::OnMessageReceived(const IPC::Message& message) {
|
| OnDestroyChannel)
|
| IPC_MESSAGE_HANDLER(GpuHostMsg_CacheShader,
|
| OnCacheShader)
|
| -
|
| IPC_MESSAGE_UNHANDLED(RouteOnUIThread(message))
|
| IPC_END_MESSAGE_MAP()
|
|
|
|
|