RESOLVED FIXED 266035
[UnifiedPDF] `UnifiedPDFPlugin::scaleFactor()` always reports a scale factor of 1
https://bugs.webkit.org/show_bug.cgi?id=266035
Summary [UnifiedPDF] `UnifiedPDFPlugin::scaleFactor()` always reports a scale factor ...
Abrar Rahman Protyasha
Reported 2023-12-07 16:24:09 PST
The `UnifiedPDFPlugin::scaleFactor()` method unconditionally reports a scale factor of 1, even though the `m_scaleFactor` property of said class isn't guaranteed to be 1. We should change this to make it report `m_scaleFactor` instead.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-07 16:24:18 PST
Abrar Rahman Protyasha
Comment 2 2023-12-07 16:30:14 PST
EWS
Comment 3 2023-12-07 19:22:50 PST
Committed 271707@main (1db53fe7ec8e): <https://commits.webkit.org/271707@main> Reviewed commits have been landed. Closing PR #21479 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.