Skip to content
Snippets Groups Projects
Commit 3f6254c6 authored by Jeff Gilbert's avatar Jeff Gilbert
Browse files

Bug 1396704 - Remove assert, which was the whole point of this bug.

MozReview-Commit-ID: HB5p6Kt0zTb
parent 6ecbc946
No related branches found
No related tags found
No related merge requests found
......@@ -396,11 +396,6 @@ GLBlitHelper::GLBlitHelper(GLContext* const gl)
, mYuvUploads_YSize(0, 0)
, mYuvUploads_UVSize(0, 0)
{
if (!mGL->IsSupported(GLFeature::vertex_array_object)) {
gfxCriticalError() << "GLBlitHelper requires vertex_array_object.";
return;
}
mGL->fGenBuffers(1, &mQuadVBO);
{
const ScopedBindArrayBuffer bindVBO(mGL, mQuadVBO);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment