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
Родитель 0b403163a6
Коммит c7d766dbc7
1 изменённых файлов: 4 добавлений и 4 удалений

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

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