зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1325072 - fall back to sw vsync source when Java environment is not available. r=snorp
MozReview-Commit-ID: KYWKB1WWdzp
This commit is contained in:
Родитель
340ed6dfc5
Коммит
0bc851e265
|
@ -421,7 +421,7 @@ private:
|
|||
already_AddRefed<mozilla::gfx::VsyncSource>
|
||||
gfxAndroidPlatform::CreateHardwareVsyncSource()
|
||||
{
|
||||
if (java::VsyncSource::IsVsyncSupported()) {
|
||||
if (jni::IsAvailable() && java::VsyncSource::IsVsyncSupported()) {
|
||||
RefPtr<AndroidVsyncSource> vsyncSource = new AndroidVsyncSource();
|
||||
return vsyncSource.forget();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче