Bug 1366425 - Avoid losing context on out of memory error for ANGLE - r=jgilbert

This commit is contained in:
Samuel Vargas 2017-05-19 17:54:53 -07:00 коммит произвёл Jeff Gilbert
Родитель 67ca0e362c
Коммит 3f8de3214a
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -2515,9 +2515,6 @@ void Context::updateCaps()
void Context::initWorkarounds()
{
// Lose the context upon out of memory error if the application is
// expecting to watch for those events.
mWorkarounds.loseContextOnOutOfMemory = (mResetStrategy == GL_LOSE_CONTEXT_ON_RESET_EXT);
}
void Context::syncRendererState()