summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/capture_scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/capture_scheduler.h')
-rw-r--r--remoting/protocol/capture_scheduler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/protocol/capture_scheduler.h b/remoting/protocol/capture_scheduler.h
index 54e2229d..3f4369a 100644
--- a/remoting/protocol/capture_scheduler.h
+++ b/remoting/protocol/capture_scheduler.h
@@ -13,7 +13,7 @@
#include "base/time/tick_clock.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
-#include "remoting/base/running_average.h"
+#include "remoting/base/running_samples.h"
#include "remoting/protocol/video_feedback_stub.h"
namespace remoting {
@@ -88,8 +88,8 @@ class CaptureScheduler : public VideoFeedbackStub {
int num_of_processors_;
- RunningAverage capture_time_;
- RunningAverage encode_time_;
+ RunningSamples capture_time_;
+ RunningSamples encode_time_;
// Number of frames pending encoding.
int num_encoding_frames_;