Loading
Bug 1687928. Move call to MaybeCreateDisplayPortInFirstScrollFrameEncountered...
Bug 1687928. Move call to MaybeCreateDisplayPortInFirstScrollFrameEncountered before DecideScrollableLayer in PaintFrame. r=botond Because DecideScrollableLayer uses the existence of a displayport in it's decision. In practice though we only paint from process root documents and the root scroll frame will have a displayport (almost?) always. So it's a small correctness improvement that is likely to have little effect. Differential Revision: https://phabricator.services.mozilla.com/D102588