зеркало из https://github.com/mozilla/pjs.git
Enable D2D by default again.
This commit is contained in:
Родитель
ec5e7644ec
Коммит
cf903af326
|
@ -191,7 +191,7 @@ gfxWindowsPlatform::gfxWindowsPlatform()
|
|||
NS_RegisterMemoryReporter(new D2DCacheReporter());
|
||||
mD2DDevice = NULL;
|
||||
|
||||
if (isVistaOrHigher && 0) {
|
||||
if (isVistaOrHigher) {
|
||||
// We need a DWriteFactory to work.
|
||||
HMODULE d3d10module = LoadLibraryA("d3d10_1.dll");
|
||||
D3D10CreateDevice1Func createD3DDevice = (D3D10CreateDevice1Func)
|
||||
|
|
Загрузка…
Ссылка в новой задаче