| Index: content/browser/host_zoom_map_impl.cc
|
| diff --git a/content/browser/host_zoom_map_impl.cc b/content/browser/host_zoom_map_impl.cc
|
| index 4eab76d56b5d412578c553978f31ed7eb1661af8..97f15ddc7da338730a4a0f81b9d251b3f717f355 100644
|
| --- a/content/browser/host_zoom_map_impl.cc
|
| +++ b/content/browser/host_zoom_map_impl.cc
|
| @@ -422,7 +422,7 @@ bool HostZoomMapImpl::PageScaleFactorIsOneForWebContents(
|
| base::AutoLock auto_lock(lock_);
|
| auto found = view_page_scale_factors_are_one_.find(
|
| RenderViewKey(web_contents_impl.GetRenderProcessHost()->GetID(),
|
| - web_contents_impl.GetRoutingID()));
|
| + web_contents_impl.GetRenderViewHost()->GetRoutingID()));
|
| if (found == view_page_scale_factors_are_one_.end())
|
| return true;
|
| return found->second;
|
|
|