Enabled window clipping to prevent flicker while painting child windows. b=81986 r=chak@netscape.com sr=blizzard@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@95621 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -787,7 +787,7 @@ NS_IMETHODIMP nsWebBrowser::Create()
|
||||
docShellParentWidget = mInternalWidget;
|
||||
nsWidgetInitData widgetInit;
|
||||
|
||||
widgetInit.clipChildren = PR_FALSE;
|
||||
widgetInit.clipChildren = PR_TRUE;
|
||||
widgetInit.mWindowType = eWindowType_child;
|
||||
nsRect bounds(mInitInfo->x, mInitInfo->y, mInitInfo->cx, mInitInfo->cy);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user