Bug 255330 - REGRESSION(262812@main): [CoordinatedGraphics] Contents rendered at the wrong size in HiDPI
Summary: REGRESSION(262812@main): [CoordinatedGraphics] Contents rendered at the wrong...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords: Gtk, Regression
Depends on:
Blocks:
 
Reported: 2023-04-12 03:58 PDT by Carlos Garcia Campos
Modified: 2023-04-12 05:15 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2023-04-12 03:58:20 PDT
Since 262812@main we are creating the accelerated surface from drawing area constructor, but WebPage is setting the device scale factor after creating the drawing area, so we end up using the unscaled size.
Comment 1 Carlos Garcia Campos 2023-04-12 03:59:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12647
Comment 2 EWS 2023-04-12 05:15:40 PDT
Committed 262867@main (b762cdb7aea0): <https://commits.webkit.org/262867@main>

Reviewed commits have been landed. Closing PR #12647 and removing active labels.