Bug 1093696: Call UpdateRenderMode before drawing a frame with OMTC. r=jrmuizel

This commit is contained in:
Bas Schouten 2014-11-04 22:00:09 +01:00
Родитель 85a35c2b4e
Коммит 5a4806f63b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -541,6 +541,7 @@ bool nsWindow::OnPaint(HDC aDC, uint32_t aNestingLevel)
break;
#endif
case LayersBackend::LAYERS_CLIENT:
gfxWindowsPlatform::GetPlatform()->UpdateRenderMode();
result = listener->PaintWindow(this, region);
break;
default: