| Index: components/ui/zoom/page_zoom.cc
|
| diff --git a/components/ui/zoom/page_zoom.cc b/components/ui/zoom/page_zoom.cc
|
| index 7d9670cdece6f6123d414bd504e954635be218a1..3f4470f7f6163885a860b3dee1d2fdaf0ea7adf7 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;
|
| }
|
|
|