| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index ef1a0ead25e451bd6623bcf2ba72115c6785c1a8..e2504aca8616d35f7849d4de8fd56f5d66b9b56b 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -595,7 +595,7 @@ void LocalFrame::setPageAndTextZoomFactors(float pageZoomFactor, float textZoomF
|
| }
|
|
|
| document->setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::Zoom));
|
| - document->updateLayoutIgnorePendingStylesheets();
|
| + document->updateStyleAndLayoutIgnorePendingStylesheets();
|
| }
|
|
|
| void LocalFrame::deviceScaleFactorChanged()
|
|
|