mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1085383 - Allow FM radio tuning to be run on a separate thread, r=dhylands
This commit is contained in:
parent
dfe0d0a367
commit
3bb4a309fc
@ -1072,7 +1072,6 @@ DisableFMRadio() {
|
||||
|
||||
void
|
||||
FMRadioSeek(const FMRadioSeekDirection& aDirection) {
|
||||
AssertMainThread();
|
||||
PROXY_IF_SANDBOXED(FMRadioSeek(aDirection));
|
||||
}
|
||||
|
||||
@ -1084,7 +1083,6 @@ GetFMRadioSettings(FMRadioSettings* aInfo) {
|
||||
|
||||
void
|
||||
SetFMRadioFrequency(const uint32_t aFrequency) {
|
||||
AssertMainThread();
|
||||
PROXY_IF_SANDBOXED(SetFMRadioFrequency(aFrequency));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user