зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1683553 - Make `hal` buildable outside of `unified-build` environment. r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D100210
This commit is contained in:
Родитель
7b246e293f
Коммит
d5cca8c6ff
|
@ -105,3 +105,4 @@ gfx/wgpu/
|
|||
gfx/wgpu_bindings/
|
||||
gfx/wr/
|
||||
gfx/ycbcr/
|
||||
hal/
|
||||
|
|
|
@ -16,7 +16,7 @@ void GetCurrentScreenConfiguration(
|
|||
fallback::GetCurrentScreenConfiguration(aScreenConfiguration);
|
||||
}
|
||||
|
||||
bool LockScreenOrientation(const ScreenOrientation& aOrientation) {
|
||||
bool LockScreenOrientation(const hal::ScreenOrientation& aOrientation) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ inline void GetCurrentScreenConfiguration(
|
|||
}
|
||||
|
||||
int32_t colorDepth, pixelDepth, x, y, w, h;
|
||||
ScreenOrientation orientation;
|
||||
hal::ScreenOrientation orientation;
|
||||
nsCOMPtr<nsIScreen> screen;
|
||||
|
||||
screenMgr->GetPrimaryScreen(getter_AddRefs(screen));
|
||||
|
|
Загрузка…
Ссылка в новой задаче