Closed
Bug 797187
Opened 13 years ago
Closed 13 years ago
Don't reuse tile when changing scale
Categories
(Firefox for Android Graveyard :: Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 797393
People
(Reporter: BenWa, Unassigned)
References
Details
When doing progressive drawing we reuse stale tile from the previous resolution. The line 'mTiledBuffer.GetResolution() == resolution' is aimed that prevent this but the resolution calculation doesn't work and I always get the same value even after changing scale.
This is as far as I got today. If you have time maybe you can take a look Chris otherwise I'll look at it tomorrow.
| Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•