mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 1041369: add lost stub in null window capture device for Refresh() r=bustage
This commit is contained in:
parent
9f29e88cea
commit
e9cbeec72f
@ -35,4 +35,9 @@ DesktopDeviceInfoNull::Init() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t
|
||||
DesktopDeviceInfoNull::Refresh() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
} //namespace webrtc
|
||||
|
Loading…
Reference in New Issue
Block a user