| Index: webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h
|
| diff --git a/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h b/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h
|
| index d5e3946d627524a2b619608643ac8d652f3863cf..ad3ddb18fd21e92be51098b836ad94bb360feb2b 100644
|
| --- a/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h
|
| +++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h
|
| @@ -22,6 +22,7 @@
|
| #include "webrtc/modules/desktop_capture/screen_capture_frame_queue.h"
|
| #include "webrtc/modules/desktop_capture/screen_capturer.h"
|
| #include "webrtc/modules/desktop_capture/screen_capturer_helper.h"
|
| +#include "webrtc/modules/desktop_capture/shared_desktop_frame.h"
|
| #include "webrtc/modules/desktop_capture/win/scoped_thread_desktop.h"
|
| #include "webrtc/system_wrappers/include/atomic32.h"
|
|
|
| @@ -118,7 +119,7 @@ class ScreenCapturerWinMagnifier : public ScreenCapturer {
|
| ScreenCapturerHelper helper_;
|
|
|
| // Queue of the frames buffers.
|
| - ScreenCaptureFrameQueue queue_;
|
| + ScreenCaptureFrameQueue<SharedDesktopFrame> queue_;
|
|
|
| // Class to calculate the difference between two screen bitmaps.
|
| std::unique_ptr<Differ> differ_;
|
|
|