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. |