зеркало из https://github.com/mozilla/pjs.git
fix build on windows (NS_IMETHODIMP--->nsresult, discussed with Bas on IRC #developers)
This commit is contained in:
Родитель
63b6a9ba4e
Коммит
42018aa6b5
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче