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..6398758614abf69d69e5351df9c47e1d8df46ecb 100644 |
--- a/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h |
+++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h |
@@ -19,9 +19,10 @@ |
#include "webrtc/base/constructormagic.h" |
#include "webrtc/base/scoped_ptr.h" |
-#include "webrtc/modules/desktop_capture/screen_capture_frame_queue.h" |
+#include "webrtc/modules/desktop_capture/screen_capture_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_; |
+ ScreenCaptureQueue<SharedDesktopFrame> queue_; |
// Class to calculate the difference between two screen bitmaps. |
std::unique_ptr<Differ> differ_; |