Bug 1275266 - Fix broken merge conflict. r=orange on CLOSED TREE

This commit is contained in:
Jonathan Watt 2016-05-19 14:01:31 +01:00
parent 0b403163a6
commit c7d766dbc7

View File

@ -464,10 +464,10 @@ gfxWindowsPlatform::HandleDeviceReset()
mCompositorD3D11TextureSharingWorks = false;
mDeviceResetReason = DeviceResetReason::OK;
imgLoader::Singleton()->NormalLoader(true);
imgLoader::Singleton()->NormalLoader(false);
imgLoader::Singleton()->PrivateBrowsingLoader(true);
imgLoader::Singleton()->PrivateBrowsingLoader(false);
imgLoader::NormalLoader()->ClearCache(true);
imgLoader::NormalLoader()->ClearCache(false);
imgLoader::PrivateBrowsingLoader()->ClearCache(true);
imgLoader::PrivateBrowsingLoader()->ClearCache(false);
gfxAlphaBoxBlur::ShutdownBlurCache();
InitializeDevices();