Hi WebKit,

There are remains of applyPageScaleFactorInCompositor here and there in the code and it is not clear to me if it is correct or not.

The hack was introduced specifically for chromium (https://bugs.webkit.org/show_bug.cgi?id=107424) and most of the code has already been cleaned. I could only find one place where that setting is set: WebPage::setUseFixedLayout() with USE(COORDINATED_GRAPHICS). This was added here: https://bugs.webkit.org/show_bug.cgi?id=105978

It is really this settings is related to fixedLayout.
The code of applyDeviceScaleFactorInCompositor creates subtle differences in the scale of layers. It would be good if someone who works on coordinated graphics could check if this behavior is intended.

Benjamin
_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to