mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 948002 - Remove trailing whitespace. r=jgilbert
This commit is contained in:
parent
c913854ce2
commit
78c24fc871
@ -67,8 +67,8 @@ WebGLContext::ShouldGenerateWarnings() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
CheckedUint32
|
CheckedUint32
|
||||||
WebGLContext::GetImageSize(GLsizei height,
|
WebGLContext::GetImageSize(GLsizei height,
|
||||||
GLsizei width,
|
GLsizei width,
|
||||||
uint32_t pixelSize,
|
uint32_t pixelSize,
|
||||||
uint32_t packOrUnpackAlignment)
|
uint32_t packOrUnpackAlignment)
|
||||||
{
|
{
|
||||||
@ -91,7 +91,7 @@ WebGLContext::SynthesizeGLError(GLenum err)
|
|||||||
// but if there isn't, then we need to check for a gl error
|
// but if there isn't, then we need to check for a gl error
|
||||||
// that may have occurred before this one and use that code
|
// that may have occurred before this one and use that code
|
||||||
// instead.
|
// instead.
|
||||||
|
|
||||||
MakeContextCurrent();
|
MakeContextCurrent();
|
||||||
|
|
||||||
UpdateWebGLErrorAndClearGLError();
|
UpdateWebGLErrorAndClearGLError();
|
||||||
|
@ -16,7 +16,7 @@ namespace {
|
|||||||
* This class is just a helper to implement WebGLContext::ConvertImage below.
|
* This class is just a helper to implement WebGLContext::ConvertImage below.
|
||||||
*
|
*
|
||||||
* Design comments:
|
* Design comments:
|
||||||
*
|
*
|
||||||
* WebGLContext::ConvertImage has to handle hundreds of format conversion paths.
|
* WebGLContext::ConvertImage has to handle hundreds of format conversion paths.
|
||||||
* It is important to minimize executable code size here. Instead of passing around
|
* It is important to minimize executable code size here. Instead of passing around
|
||||||
* a large number of function parameters hundreds of times, we create a
|
* a large number of function parameters hundreds of times, we create a
|
||||||
@ -381,4 +381,4 @@ WebGLContext::ConvertImage(size_t width, size_t height, size_t srcStride, size_t
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end namespace mozilla
|
} // end namespace mozilla
|
||||||
|
Loading…
Reference in New Issue
Block a user