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