| Index: webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h
|
| diff --git a/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h b/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h
|
| index 41a876b1f359490421a66fa38de087e7fb6aa06b..43768d98997ab9feccc4e2ca67943c3c1eb2e5a1 100644
|
| --- a/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h
|
| +++ b/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h
|
| @@ -102,9 +102,8 @@ class DxgiDuplicatorController {
|
| int ScreenCount();
|
|
|
| private:
|
| - // DxgiFrameContext calls private Unregister(Context*) function during
|
| - // destructing.
|
| - friend DxgiFrameContext::~DxgiFrameContext();
|
| + // DxgiFrameContext calls private Unregister(Context*) function in Reset().
|
| + friend void DxgiFrameContext::Reset();
|
|
|
| // scoped_refptr<DxgiDuplicatorController> accesses private AddRef() and
|
| // Release() functions.
|
|
|