mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 795611 - Call virtual InvalidateFrame from InvalidateFrameSubtree since nsTable*Frame overloads it. r=cjones
This commit is contained in:
parent
ca71a58ed9
commit
3a3192fe2c
@ -4801,7 +4801,7 @@ nsIFrame::InvalidateFrameSubtree(uint32_t aDisplayItemKey)
|
||||
{
|
||||
bool hasDisplayItem =
|
||||
!aDisplayItemKey || FrameLayerBuilder::HasRetainedDataFor(this, aDisplayItemKey);
|
||||
InvalidateFrameInternal(this, hasDisplayItem);
|
||||
InvalidateFrame(aDisplayItemKey);
|
||||
|
||||
if (HasAnyStateBits(NS_FRAME_ALL_DESCENDANTS_NEED_PAINT) || !hasDisplayItem) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user