| 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 805826e35c2515a62f5d4ed8b915121042b930bc..283db618944372d8f9f79656adc23d4738c08297 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1463,15 +1463,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);
|
| }
|
|
|