(Auto)update libjingle 69860953-> 70002228
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6542 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a2142caa2f
commit
420ca434b1
@ -684,7 +684,11 @@ class FakeWebRtcVideoEngine
|
|||||||
channels_[channel]->overuse_observer_ = observer;
|
channels_[channel]->overuse_observer_ = observer;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#ifdef USE_WEBRTC_DEV_BRANCH
|
||||||
|
WEBRTC_STUB(GetCpuOveruseMetrics, (int, webrtc::CpuOveruseMetrics*));
|
||||||
|
#else
|
||||||
WEBRTC_STUB(CpuOveruseMeasures, (int, int*, int*, int*, int*));
|
WEBRTC_STUB(CpuOveruseMeasures, (int, int*, int*, int*, int*));
|
||||||
|
#endif
|
||||||
WEBRTC_FUNC(SetCpuOveruseOptions,
|
WEBRTC_FUNC(SetCpuOveruseOptions,
|
||||||
(int channel, const webrtc::CpuOveruseOptions& options)) {
|
(int channel, const webrtc::CpuOveruseOptions& options)) {
|
||||||
WEBRTC_CHECK_CHANNEL(channel);
|
WEBRTC_CHECK_CHANNEL(channel);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user