зеркало из https://github.com/mozilla/gecko-dev.git
backing seth out, for blocker fixes
This commit is contained in:
Родитель
26d35ef643
Коммит
1cc9401e27
|
@ -585,10 +585,8 @@ SyncFrameViewGeometryDependentProperties(nsIPresContext* aPresContext,
|
|||
aView->GetWidget(*getter_AddRefs(widget));
|
||||
if (widget) {
|
||||
// Enable translucency in the widget
|
||||
NS_WARNING("Enabling window transparency");
|
||||
// commented out, see bug #198946
|
||||
//widget->SetWindowTranslucency(PR_TRUE);
|
||||
//viewHasTransparentContent = PR_TRUE;
|
||||
widget->SetWindowTranslucency(PR_TRUE);
|
||||
viewHasTransparentContent = PR_TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -585,10 +585,8 @@ SyncFrameViewGeometryDependentProperties(nsIPresContext* aPresContext,
|
|||
aView->GetWidget(*getter_AddRefs(widget));
|
||||
if (widget) {
|
||||
// Enable translucency in the widget
|
||||
NS_WARNING("Enabling window transparency");
|
||||
// commented out, see bug #198946
|
||||
//widget->SetWindowTranslucency(PR_TRUE);
|
||||
//viewHasTransparentContent = PR_TRUE;
|
||||
widget->SetWindowTranslucency(PR_TRUE);
|
||||
viewHasTransparentContent = PR_TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче