Bug 1150944 - Add a flags parameter to GLContextProvider functions instead of a bool. r=jgilbert
This commit is contained in:
@@ -186,7 +186,7 @@ protected:
|
||||
return true;
|
||||
}
|
||||
|
||||
mGLContext = GLContextProvider::CreateHeadless(false);
|
||||
mGLContext = GLContextProvider::CreateHeadless(CreateContextFlags::NONE);
|
||||
return mGLContext;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user