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

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

Issue 2767003002: Revert of Add DesktopCapturerId and attach it to DesktopFrame (Closed)
Patch Set: Created 3 years, 9 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
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..dfc0928b6631b83522e498dd07224c1c59e2bf8b 100644
--- a/webrtc/modules/desktop_capture/desktop_frame.cc
+++ b/webrtc/modules/desktop_capture/desktop_frame.cc
@@ -26,8 +26,8 @@
shared_memory_(shared_memory),
size_(size),
stride_(stride),
- capture_time_ms_(0),
- capturer_id_(DesktopCapturerId::kUnknown) {}
+ capture_time_ms_(0) {
+}
DesktopFrame::~DesktopFrame() {}
« no previous file with comments | « webrtc/modules/desktop_capture/desktop_frame.h ('k') | webrtc/modules/desktop_capture/win/screen_capturer_win_directx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698