Closed
Bug 1773924
Opened 4 years ago
Closed 4 years ago
Simplify nsDeviceContext code dealing with DPI changes.
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
This in-out parameter business used to be necessary (bug 1249279), but
we don't propagate the new widget scale to remote documents (which are
the common case now) and we seem to be doing just fine without that, so
I'm not sure why this would be needed anymore.
Also simplify some unit conversions while at it.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2c2905486a95
Simplify nsDeviceContext code dealing with DPI changes. r=jfkthame
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•