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

Unified Diff: webrtc/modules/desktop_capture/desktop_and_cursor_composer.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 | « no previous file | webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc
diff --git a/webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc b/webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc
index f5b85e40aa0eb6abba55e76b5be656c684aab7b2..d9d4b122157fea402ee57eb8aeafeac6ed870f36 100644
--- a/webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc
+++ b/webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc
@@ -81,6 +81,7 @@ DesktopFrameWithCursor::DesktopFrameWithCursor(
frame->shared_memory()) {
set_dpi(frame->dpi());
set_capture_time_ms(frame->capture_time_ms());
+ set_capturer_id(frame->capturer_id());
mutable_updated_region()->Swap(frame->mutable_updated_region());
original_frame_ = std::move(frame);
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698