Disable OSX Plugin Layer due to regression b=633826 r+a=josh,bustage

--HG--
extra : rebase_source : 3fb0ff372479b9b6fbcb7246747bf5d769c66361
This commit is contained in:
Benoit Girard 2011-02-13 21:54:33 -05:00
parent 19a20db461
commit 156483e4f4

View File

@ -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