зеркало из https://github.com/mozilla/gecko-dev.git
Clear the blur cache after device resets. (bug 1188032, r=bas)
This commit is contained in:
Родитель
6e4ce18585
Коммит
6203e0e25b
|
@ -557,6 +557,7 @@ gfxWindowsPlatform::UpdateRenderMode()
|
|||
|
||||
imgLoader::Singleton()->ClearCache(true);
|
||||
imgLoader::Singleton()->ClearCache(false);
|
||||
gfxAlphaBoxBlur::ShutdownBlurCache();
|
||||
Factory::SetDirect3D11Device(nullptr);
|
||||
|
||||
didReset = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче