| Index: content/public/test/mock_render_process_host.cc
|
| diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
|
| index 9ef67e3cfd438cdc774047e70fbeba6756f92548..67e96a312f3edf3e28c1003b2176d06ea0eb34ac 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -249,7 +249,7 @@ base::TimeDelta MockRenderProcessHost::GetChildProcessIdleTime() const {
|
| return base::TimeDelta::FromMilliseconds(0);
|
| }
|
|
|
| -void MockRenderProcessHost::SurfaceUpdated(int32 surface_id) {
|
| +void MockRenderProcessHost::OnParentGpuChannelEstablished() {
|
| }
|
|
|
| void MockRenderProcessHost::ResumeRequestsForView(int route_id) {
|
|
|