зеркало из https://github.com/mozilla/gecko-dev.git
Bug 542337 - '[OOPP] hang in test_plugin_clipping2.xhtml' Followup fix, r=roc.
--HG-- extra : transplant_source : ._%92%D6%40%FE%1E%92%01%11%7F%BA%2A%EF%24Y%84%DC6%0E
This commit is contained in:
Родитель
2e9585e002
Коммит
7b9ff66399
|
@ -549,7 +549,10 @@ nsresult nsPluginNativeWindowWin::SubclassAndAssociateWindow()
|
|||
// Out of process plugins must not have the WS_CLIPCHILDREN style set on their
|
||||
// parent windows or else synchronous paints (via UpdateWindow() and others)
|
||||
// will cause deadlocks.
|
||||
style &= ~WS_CLIPCHILDREN;
|
||||
if (::GetPropW(hWnd, L"PluginInstanceParentProperty"))
|
||||
style &= ~WS_CLIPCHILDREN;
|
||||
else
|
||||
style |= WS_CLIPCHILDREN;
|
||||
#else
|
||||
style |= WS_CLIPCHILDREN;
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче