mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 790508: bustage fix r=me
This commit is contained in:
parent
104e3d99b5
commit
a1f09eb38a
@ -986,7 +986,7 @@ nsIFrame::HasOpacity() const
|
||||
{
|
||||
return GetStyleDisplay()->mOpacity < 1.0f || (mContent &&
|
||||
nsLayoutUtils::HasAnimationsForCompositor(mContent,
|
||||
eCSSProperty_opacity)
|
||||
eCSSProperty_opacity) &&
|
||||
mContent->GetPrimaryFrame() == this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user