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

Unified Diff: webrtc/modules/desktop_capture/desktop_frame.cc

Issue 2851513003: Forward capturer_id between DesktopFrame and its implementations (Closed)
Patch Set: Created 3 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 | « webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/desktop_capture/desktop_frame.cc
diff --git a/webrtc/modules/desktop_capture/desktop_frame.cc b/webrtc/modules/desktop_capture/desktop_frame.cc
index 12e4ed8a09abd022d777c2c6588f41a06da91981..1c3939b988244dfc8ea0c520d1456fd0b841fedf 100644
--- a/webrtc/modules/desktop_capture/desktop_frame.cc
+++ b/webrtc/modules/desktop_capture/desktop_frame.cc
@@ -76,6 +76,7 @@ DesktopFrame* BasicDesktopFrame::CopyOf(const DesktopFrame& frame) {
}
result->set_dpi(frame.dpi());
result->set_capture_time_ms(frame.capture_time_ms());
+ result->set_capturer_id(frame.capturer_id());
*result->mutable_updated_region() = frame.updated_region();
return result;
}
« no previous file with comments | « webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698