Bug 1346926 - Make PVRManager::SetHaveEventListener async r=kanru

- There appears to be no issues with simply changing
  SetHaveEventListener from sync to async.

MozReview-Commit-ID: 3LKgDx9AZnm

--HG--
extra : rebase_source : 6c706f592f71a8c967a58f6906861fcff2525ebf
This commit is contained in:
Kearwood Gilbert 2017-03-21 13:21:17 -07:00
Родитель f7809b18ec
Коммит b38d859652
2 изменённых файлов: 1 добавлений и 3 удалений

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

@ -50,7 +50,7 @@ parent:
async ResetSensor(uint32_t aDisplayID);
sync GetSensorState(uint32_t aDisplayID) returns(VRHMDSensorState aState);
sync SetHaveEventListener(bool aHaveEventListener);
async SetHaveEventListener(bool aHaveEventListener);
async ControllerListenerAdded();
async ControllerListenerRemoved();

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

@ -951,8 +951,6 @@ description =
description =
[PVRManager::GetSensorState]
description =
[PVRManager::SetHaveEventListener]
description =
[PHal::GetCurrentBatteryInformation]
description =
[PHal::GetCurrentNetworkInformation]