зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1060918 - Do not rely on two implicit conversions in GLContextProviderWGL.cpp for clang-cl compatibility; r=jrmuizel
This works around http://llvm.org/PR20821.
This commit is contained in:
Родитель
c382f0d21d
Коммит
2647584aa5
|
@ -635,7 +635,7 @@ GLContextProviderWGL::CreateHeadless()
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
nsRefPtr<GLContext> retGL = glContext;
|
nsRefPtr<GLContext> retGL = glContext.get();
|
||||||
return retGL.forget();
|
return retGL.forget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче