mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Clear the blur cache after device resets. (bug 1188032, r=bas)
This commit is contained in:
parent
6e4ce18585
commit
6203e0e25b
@ -557,6 +557,7 @@ gfxWindowsPlatform::UpdateRenderMode()
|
||||
|
||||
imgLoader::Singleton()->ClearCache(true);
|
||||
imgLoader::Singleton()->ClearCache(false);
|
||||
gfxAlphaBoxBlur::ShutdownBlurCache();
|
||||
Factory::SetDirect3D11Device(nullptr);
|
||||
|
||||
didReset = true;
|
||||
|
Loading…
Reference in New Issue
Block a user