| 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 f6f301c06febc15dbaa67f38ed389435a9cb2822..f897637dd2b7cbb507c40c1cc6a5e3043b30f30a 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -879,7 +879,7 @@ void GpuProcessHost::OnGpuMemoryUmaStatsReceived(
|
| #if defined(OS_MACOSX)
|
| void GpuProcessHost::OnAcceleratedSurfaceBuffersSwapped(
|
| const IPC::Message& message) {
|
| - RenderWidgetResizeHelper::Get()->PostGpuProcessMsg(host_id_, message);
|
| + RenderWidgetResizeHelper::PostGpuProcessMsg(host_id_, message);
|
| }
|
| #endif
|
|
|
|
|