Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: webrtc/modules/audio_conference_mixer/source/time_scheduler.h

Issue 1888593004: Delete all use of tick_util.h. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_conference_mixer/source/time_scheduler.h
diff --git a/webrtc/modules/audio_conference_mixer/source/time_scheduler.h b/webrtc/modules/audio_conference_mixer/source/time_scheduler.h
index 09d0caa66ae66e60d4621eaabfe9738575aa9ddf..d1897fa100112a02dff87d7bce501b7459111d5f 100644
--- a/webrtc/modules/audio_conference_mixer/source/time_scheduler.h
+++ b/webrtc/modules/audio_conference_mixer/source/time_scheduler.h
@@ -15,8 +15,6 @@
#ifndef WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_SOURCE_TIME_SCHEDULER_H_
#define WEBRTC_MODULES_AUDIO_CONFERENCE_MIXER_SOURCE_TIME_SCHEDULER_H_
-#include "webrtc/system_wrappers/include/tick_util.h"
-
namespace webrtc {
class CriticalSectionWrapper;
class TimeScheduler
@@ -36,7 +34,7 @@ private:
CriticalSectionWrapper* _crit;
bool _isStarted;
- TickTime _lastPeriodMark;
+ int64_t _lastPeriodMark; // In ns
int64_t _periodicityInMs;
int64_t _periodicityInTicks;
« no previous file with comments | « webrtc/modules/audio_coding/test/iSACTest.cc ('k') | webrtc/modules/audio_conference_mixer/source/time_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698