backing seth out, for blocker fixes
git-svn-id: svn://10.0.0.236/trunk@140171 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user