Closed
Bug 1108164
Opened 10 years ago
Closed 10 years ago
Remove per-tile drawing
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: nical, Assigned: nical)
Details
Attachments
(1 file)
14.37 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
It's dead code, since DrawTargetTiled does a better job and in the other case we have the single buffer paint strategy (and possibly the recording DrawTarget later). Removing per-tile drawing will simplify some ugly code.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → nical.bugzilla
Assignee | ||
Comment 1•10 years ago
|
||
Doesn't remove as much code as I thought it would, but it's better than nothing.
Attachment #8534360 -
Flags: review?(bas)
Updated•10 years ago
|
Attachment #8534360 -
Flags: review?(bas) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•