Bug 255330
| Summary: | REGRESSION(262812@main): [CoordinatedGraphics] Contents rendered at the wrong size in HiDPI | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | Keywords: | Gtk, Regression |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Garcia Campos
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/12647
EWS
Committed 262867@main (b762cdb7aea0): <https://commits.webkit.org/262867@main>
Reviewed commits have been landed. Closing PR #12647 and removing active labels.