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

Unified Diff: remoting/host/cast_video_capturer_adapter.h

Issue 1456083002: remoting: remove usage of CapturedFrame.elapsed_time in CastVideoCapturerAdapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | remoting/host/cast_video_capturer_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/cast_video_capturer_adapter.h
diff --git a/remoting/host/cast_video_capturer_adapter.h b/remoting/host/cast_video_capturer_adapter.h
index 8a5db48f66df37a9108dbcd8ecd82418dd234651..88d47ff3821efd881c3df56839ce37070d3480d2 100644
--- a/remoting/host/cast_video_capturer_adapter.h
+++ b/remoting/host/cast_video_capturer_adapter.h
@@ -7,6 +7,7 @@
#include <vector>
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/thread_checker.h"
#include "base/timer/timer.h"
@@ -69,9 +70,6 @@ class CastVideoCapturerAdapter : public cricket::VideoCapturer,
// Used to schedule periodic screen captures.
scoped_ptr<base::RepeatingTimer> capture_timer_;
- // Used to set the elapsed_time attribute of captured frames.
- base::TimeTicks start_time_;
-
DISALLOW_COPY_AND_ASSIGN(CastVideoCapturerAdapter);
};
« no previous file with comments | « no previous file | remoting/host/cast_video_capturer_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698