| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 072998b8f10b1723130cf0dec222349597631b94..b1c3627e83a9d05d9ff097c700710f014034eb59 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1493,15 +1493,6 @@ base::TimeDelta RenderProcessHostImpl::GetChildProcessIdleTime() const {
|
| return base::TimeTicks::Now() - child_process_activity_time_;
|
| }
|
|
|
| -void RenderProcessHostImpl::SurfaceUpdated(int32 surface_id) {
|
| - if (!gpu_message_filter_)
|
| - return;
|
| - BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, base::Bind(
|
| - &GpuMessageFilter::SurfaceUpdated,
|
| - gpu_message_filter_,
|
| - surface_id));
|
| -}
|
| -
|
| void RenderProcessHostImpl::ResumeRequestsForView(int route_id) {
|
| widget_helper_->ResumeRequestsForView(route_id);
|
| }
|
|
|