Clear the blur cache after device resets. (bug 1188032, r=bas)

This commit is contained in:
David Anderson 2015-07-28 00:38:41 -07:00
Родитель 6e4ce18585
Коммит 6203e0e25b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -557,6 +557,7 @@ gfxWindowsPlatform::UpdateRenderMode()
imgLoader::Singleton()->ClearCache(true);
imgLoader::Singleton()->ClearCache(false);
gfxAlphaBoxBlur::ShutdownBlurCache();
Factory::SetDirect3D11Device(nullptr);
didReset = true;