| Index: remoting/host/ipc_video_frame_capturer.cc
|
| diff --git a/remoting/host/ipc_video_frame_capturer.cc b/remoting/host/ipc_video_frame_capturer.cc
|
| index 3bca145f2602a1f4aef4f3b6e9f922d59a599891..e0629b86b8f467bb3a583d9f46c1b7905dc05bee 100644
|
| --- a/remoting/host/ipc_video_frame_capturer.cc
|
| +++ b/remoting/host/ipc_video_frame_capturer.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "remoting/host/ipc_video_frame_capturer.h"
|
|
|
| -#include "remoting/base/capture_data.h"
|
| +#include "remoting/capturer/capture_data.h"
|
| +#include "remoting/capturer/mouse_cursor_shape.h"
|
| #include "remoting/host/desktop_session_proxy.h"
|
| -#include "remoting/proto/control.pb.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -56,7 +56,7 @@ void IpcVideoFrameCapturer::OnCaptureCompleted(
|
| }
|
|
|
| void IpcVideoFrameCapturer::OnCursorShapeChanged(
|
| - scoped_ptr<protocol::CursorShapeInfo> cursor_shape) {
|
| + scoped_ptr<MouseCursorShape> cursor_shape) {
|
| if (delegate_)
|
| delegate_->OnCursorShapeChanged(cursor_shape.Pass());
|
| }
|
|
|