| Index: content/browser/renderer_host/gpu_message_filter.cc
|
| diff --git a/content/browser/renderer_host/gpu_message_filter.cc b/content/browser/renderer_host/gpu_message_filter.cc
|
| index c381a1539781c9a79cbf5ba3d7b2e7bd9936d57d..73f4077ead7c239b99db54d6312cdc061d155e05 100644
|
| --- a/content/browser/renderer_host/gpu_message_filter.cc
|
| +++ b/content/browser/renderer_host/gpu_message_filter.cc
|
| @@ -44,12 +44,6 @@ void GpuMessageFilter::OnEstablishGpuChannel(
|
| IPC::Message* reply_ptr) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| scoped_ptr<IPC::Message> reply(reply_ptr);
|
| - if (!GpuDataManagerImpl::GetInstance()->CanUseGpuBrowserCompositor()) {
|
| - reply->set_reply_error();
|
| - Send(reply.release());
|
| - return;
|
| - }
|
| -
|
| GpuProcessHost* host = GpuProcessHost::FromID(gpu_process_id_);
|
| if (!host) {
|
| host = GpuProcessHost::Get(GpuProcessHost::GPU_PROCESS_KIND_SANDBOXED,
|
|
|