mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00: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
794264c94f
commit
55bbd6fefc
@ -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