зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1275266 - Fix broken merge conflict. r=orange on CLOSED TREE
This commit is contained in:
Родитель
0b403163a6
Коммит
c7d766dbc7
|
@ -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();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче