Closed
Bug 1205970
Opened 9 years ago
Closed 9 years ago
Remove willFlushRetainedLayers
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: dvander, Assigned: dvander)
Details
Attachments
(2 files)
7.96 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
8.30 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
There's a painting flag to flush all layers before and after painting. Matt says this is no longer necessary because DLBI should handle all the cases where it was needed.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
nsDisplayCanvasBackgroundColor doesn't invalidate if its color changes. This makes it inherit from nsDisplaySolidColorBase (factored out of nsDisplaySolidColor), which implements this correctly.
Attachment #8662777 -
Flags: review?(matt.woodrow)
![]() |
Assignee | |
Comment 2•9 years ago
|
||
Attachment #8662778 -
Flags: review?(matt.woodrow)
Updated•9 years ago
|
Attachment #8662777 -
Flags: review?(matt.woodrow) → review+
Updated•9 years ago
|
Attachment #8662778 -
Flags: review?(matt.woodrow) → review+
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/6c3337f40901
https://hg.mozilla.org/mozilla-central/rev/695a766c43c4
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•