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

Unified Diff: webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h

Issue 2788863006: Merge ScreenCapturerWinDirectx::frames_ and contexts_ (Closed)
Patch Set: Resolve review comments 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
Index: webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h
diff --git a/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h b/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h
index 2ac0a75eabef51ba8c0516762779789a5bfd72da..b42eed256d577da75ea5ccfa843437b2d5d9985b 100644
--- a/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h
+++ b/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h
@@ -34,7 +34,7 @@ namespace webrtc {
// video card. None of functions in this class is thread-safe.
class DxgiOutputDuplicator {
public:
- struct Context {
+ struct Context final {
// The updated region DxgiOutputDuplicator::DetectUpdatedRegion() output
// during last Duplicate() function call. It's a DesktopRegion translated by
// offset of each DxgiOutputDuplicator instance.

Powered by Google App Engine
This is Rietveld 408576698