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

Unified Diff: trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.cc

Issue 13882004: Revert 192670 "Use NTP time for video frame timestamp." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | trunk/src/content/renderer/media/rtc_video_capturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.cc
===================================================================
--- trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.cc (revision 193357)
+++ trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.cc (working copy)
@@ -529,9 +529,8 @@
bool success) {
base::AutoLock guard(lock_);
- TRACE_EVENT_ASYNC_END2("mirroring", "Capture", frame.get(),
- "success", success,
- "timestamp", timestamp.ToInternalValue());
+ TRACE_EVENT_ASYNC_END1("mirroring", "Capture", frame.get(),
+ "success", success);
if (!consumer_ || !is_started_)
return; // Capture is stopped.
« no previous file with comments | « no previous file | trunk/src/content/renderer/media/rtc_video_capturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698