mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 923840 - Mark -moz-appearance:toolbar as opaque on Mac. r=roc
--HG-- extra : rebase_source : 6f7ba3357c3d24c6c273270b25627dcab8298d47
This commit is contained in:
parent
e064a30af7
commit
6e7ce5d9af
@ -3255,6 +3255,10 @@ nsNativeThemeCocoa::GetWidgetTransparency(nsIFrame* aFrame, uint8_t aWidgetType)
|
||||
// performance, because we create layers for them.
|
||||
return eOpaque;
|
||||
|
||||
case NS_THEME_TOOLBAR:
|
||||
case NS_THEME_MOZ_MAC_UNIFIED_TOOLBAR:
|
||||
return eOpaque;
|
||||
|
||||
default:
|
||||
return eUnknownTransparency;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user