Initialize mIsTopToBottom to PR_TRUE

git-svn-id: svn://10.0.0.236/trunk@25545 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
syd%netscape.com
1999-03-30 01:20:16 +00:00
parent 9481f75650
commit 6d6c55e38e

View File

@@ -152,6 +152,7 @@ PRInt32 bufferdepth;
mAlphaWidth = 0;
mAlphaHeight = 0;
}
mIsTopToBottom = PR_TRUE;
return NS_OK;
}