| Index: webrtc/modules/desktop_capture/win/dxgi_texture_mapping.h
|
| diff --git a/webrtc/modules/desktop_capture/win/dxgi_texture_mapping.h b/webrtc/modules/desktop_capture/win/dxgi_texture_mapping.h
|
| index dd3f4074750272e13929f0d6affc203d014f41ab..f6760df6df1f2af444de739bf98c2c7adb46090e 100644
|
| --- a/webrtc/modules/desktop_capture/win/dxgi_texture_mapping.h
|
| +++ b/webrtc/modules/desktop_capture/win/dxgi_texture_mapping.h
|
| @@ -28,14 +28,13 @@ class DxgiTextureMapping : public DxgiTexture {
|
| public:
|
| // Creates a DxgiTextureMapping instance. Caller must maintain the lifetime
|
| // of input duplication to make sure it outlives this instance.
|
| - DxgiTextureMapping(const DesktopRect& desktop_rect,
|
| + DxgiTextureMapping(const DesktopSize& desktop_size,
|
| IDXGIOutputDuplication* duplication);
|
|
|
| ~DxgiTextureMapping() override;
|
|
|
| bool CopyFrom(const DXGI_OUTDUPL_FRAME_INFO& frame_info,
|
| - IDXGIResource* resource,
|
| - const DesktopRegion& region) override;
|
| + IDXGIResource* resource) override;
|
|
|
| bool DoRelease() override;
|
|
|
|
|