Closed
Bug 718150
Opened 13 years ago
Closed 13 years ago
Shadow layer Swap() implementations for images and canvas don't work correctly the first time
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
In particular, the first Swap() call has an invalid front surface (of course), but we end up not updating mBounds as a result. That means that if there are no more Swap() calls we won't paint correctly.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #588593 -
Flags: review?(jones.chris.g)
Updated•13 years ago
|
Attachment #588593 -
Flags: review?(jones.chris.g) → review+
Assignee | ||
Updated•13 years ago
|
Summary: Shadow layer Swap() implementation for images and canvas don't work correctly the first time → Shadow layer Swap() implementations for images and canvas don't work correctly the first time
Assignee | ||
Comment 2•13 years ago
|
||
Flags: in-testsuite+
Target Milestone: --- → mozilla12
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•