Index: content/browser/gpu/gpu_process_host_ui_shim.cc |
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc |
index b8e55a2a5c39b3a8edddcba14b38ac8dea27bba4..6e4e544663ed40420479a0d76e60bf1166dc3caa 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc |
@@ -90,7 +90,7 @@ RenderWidgetHostViewPort* GetRenderWidgetHostViewFromSurfaceID( |
RenderWidgetHostImpl* host = static_cast<RenderWidgetHostImpl*>( |
process->GetListenerByID(render_widget_id)); |
- return host ? RenderWidgetHostViewPort::FromRWHV(host->view()) : NULL; |
+ return host ? RenderWidgetHostViewPort::FromRWHV(host->GetView()) : NULL; |
} |
} // namespace |