| Index: components/ui/zoom/page_zoom.cc
|
| diff --git a/components/ui/zoom/page_zoom.cc b/components/ui/zoom/page_zoom.cc
|
| index 4d7811aa8aea944c7bd4aa471f36ab5fb5e4b639..55b5698dceafc232ea9cd00d4eb2118fe58f8279 100644
|
| --- a/components/ui/zoom/page_zoom.cc
|
| +++ b/components/ui/zoom/page_zoom.cc
|
| @@ -83,7 +83,7 @@ void PageZoom::Zoom(content::WebContents* web_contents,
|
|
|
| if (zoom == content::PAGE_ZOOM_RESET) {
|
| zoom_controller->SetZoomLevel(default_zoom_level);
|
| - web_contents->ResetPageScale();
|
| + web_contents->SetPageScale(1.f);
|
| content::RecordAction(UserMetricsAction("ZoomNormal"));
|
| return;
|
| }
|
|
|