Only send RenderWidget waterfall properties to child RenderWidgets
The main frame RenderWidget has page scale and pinch zoom determined in the renderer by blink. Only child frames hear about it through the VisualProperties waterfall propagation down the RenderWidget tree. So stop explicitly sending (default) values to the main frame RenderWidget (which it will not use) from RenderWidgetHostImpl. R=avi@chromium.org, wjmaclean@chromium.org Bug: 419087 Change-Id: I78a03df4d82cd1bb3765db8dffd92ea0e8bed812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865530 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#707364}
Showing
Please register or sign in to comment