Bug 1041369: add lost stub in null window capture device for Refresh() r=bustage

This commit is contained in:
Randell Jesup 2014-08-07 10:26:26 -04:00
parent 9f29e88cea
commit e9cbeec72f

View File

@ -35,4 +35,9 @@ DesktopDeviceInfoNull::Init() {
return 0;
}
int32_t
DesktopDeviceInfoNull::Refresh() {
return 0;
}
} //namespace webrtc