mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Disable OSX Plugin Layer due to regression b=633826 r+a=josh,bustage
--HG-- extra : rebase_source : 3fb0ff372479b9b6fbcb7246747bf5d769c66361
This commit is contained in:
parent
19a20db461
commit
156483e4f4
@ -1829,7 +1829,8 @@ nsObjectFrame::GetLayerState(nsDisplayListBuilder* aBuilder,
|
||||
mInstanceOwner->GetDrawingModel() == NPDrawingModelCoreGraphics &&
|
||||
mInstanceOwner->IsRemoteDrawingCoreAnimation())
|
||||
{
|
||||
return mozilla::LAYER_ACTIVE;
|
||||
// Disabled on Mac OS X for now.
|
||||
return mozilla::LAYER_NONE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user