-
Notifications
You must be signed in to change notification settings - Fork 1.8k
REGRESSION (276433@main): Snapshots are partially dark-shaded. #27041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REGRESSION (276433@main): Snapshots are partially dark-shaded. #27041
Conversation
|
EWS run on previous version of this PR (hash 28adbab) Details
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need this. context.fillRect() is not changing state.
28adbab to
0177888
Compare
|
EWS run on current version of this PR (hash 0177888) Details |
https://bugs.webkit.org/show_bug.cgi?id=272410 rdar://125791769 Reviewed by Simon Fraser and Abrar Rahman Protyasha. These dark regions are due to the fact that we are missing the white background when painting the previews. This patch adds them back in the async case since the preview is painted without the async renderer. * Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm: (WebKit::UnifiedPDFPlugin::paintPDFContent): Canonical link: https://commits.webkit.org/277273@main
0177888 to
67629e3
Compare
|
Committed 277273@main (67629e3): https://commits.webkit.org/277273@main Reviewed commits have been landed. Closing PR #27041 and removing active labels. |
67629e3
0177888
🧪 wpe-wk2🛠 watch