mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 18:31:08 +00:00
b=75893. r=mcclusk sr=attinasi a=chofmann
This commit is contained in:
parent
22f98e79f2
commit
afc5a37224
@ -159,8 +159,14 @@ NS_IMETHODIMP nsDeviceContextMac :: SupportsNativeWidgets(PRBool &aSupportsWidge
|
||||
// Raptor currently doesn't work this way and needs to be fixed.
|
||||
// (please remove this comment when this situation is rectified)
|
||||
|
||||
if( nsnull != mSpec){
|
||||
aSupportsWidgets = PR_FALSE;
|
||||
} else {
|
||||
aSupportsWidgets = PR_TRUE;
|
||||
}
|
||||
|
||||
//if (nsnull == mSurface)
|
||||
aSupportsWidgets = PR_TRUE;
|
||||
|
||||
//else
|
||||
//aSupportsWidgets = PR_FALSE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user