зеркало из https://github.com/mozilla/pjs.git
Added GetDepth method
This commit is contained in:
Родитель
881455e332
Коммит
0a696b8301
|
@ -220,6 +220,8 @@ void nsDeviceContextMac::FlushFontCache()
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
nsIFontMetrics* nsDeviceContextMac::GetMetricsFor(const nsFont& aFont)
|
||||
{
|
||||
/*if (nsnull == mFontCache) {
|
||||
|
@ -535,6 +537,12 @@ void nsDeviceContextMac :: InstallColormap()
|
|||
#endif
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsDeviceContextMac::GetDepth(PRUint32& aDepth)
|
||||
{
|
||||
aDepth = 24;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsDrawingSurface nsDeviceContextMac :: GetDrawingSurface()
|
||||
{
|
||||
return nsnull;
|
||||
|
|
|
@ -220,6 +220,8 @@ void nsDeviceContextMac::FlushFontCache()
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
nsIFontMetrics* nsDeviceContextMac::GetMetricsFor(const nsFont& aFont)
|
||||
{
|
||||
/*if (nsnull == mFontCache) {
|
||||
|
@ -535,6 +537,12 @@ void nsDeviceContextMac :: InstallColormap()
|
|||
#endif
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsDeviceContextMac::GetDepth(PRUint32& aDepth)
|
||||
{
|
||||
aDepth = 24;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsDrawingSurface nsDeviceContextMac :: GetDrawingSurface()
|
||||
{
|
||||
return nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче