fix build on windows (NS_IMETHODIMP--->nsresult, discussed with Bas on IRC #developers)

This commit is contained in:
Benoit Jacob 2010-06-19 11:25:42 -04:00
Родитель 63b6a9ba4e
Коммит 42018aa6b5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2134,7 +2134,7 @@ WebGLContext::ReadPixels(PRInt32 dummy)
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP
nsresult
WebGLContext::ReadPixels_base(WebGLint x, WebGLint y, WebGLsizei width, WebGLsizei height,
WebGLenum format, WebGLenum type, void *data, PRUint32 byteLength)
{