Bug 751594 - s/ResizeOffscreenFBO/ResizeOffscreenFBOs. r=bgirard

This commit is contained in:
Oleg Romashin 2012-05-03 18:33:51 -04:00
parent 24faa7feba
commit 491ddece27

View File

@ -1938,7 +1938,7 @@ GLContextProviderEGL::CreateOffscreen(const gfxIntSize& aSize,
return nsnull;
}
if (!(aFlags & GLContext::ContextFlagsGlobal) && !glContext->ResizeOffscreenFBO(aSize, true)) {
if (!(aFlags & GLContext::ContextFlagsGlobal) && !glContext->ResizeOffscreenFBOs(aSize, true)) {
// we weren't able to create the initial
// offscreen FBO, so this is dead
return nsnull;