summaryrefslogtreecommitdiffstats
path: root/remoting/host/ipc_video_frame_capturer.h
diff options
context:
space:
mode:
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-29 15:53:28 +0000
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-29 15:53:28 +0000
commit774896b3bda57428a22f2e576ca37b10f9a3d559 (patch)
treedeca5f14d0c152f12146f2dcb0613bdbef72805c /remoting/host/ipc_video_frame_capturer.h
parent4a32f9821e9df919d482558c148089a2221b19f0 (diff)
downloadchromium_src-774896b3bda57428a22f2e576ca37b10f9a3d559.zip
chromium_src-774896b3bda57428a22f2e576ca37b10f9a3d559.tar.gz
chromium_src-774896b3bda57428a22f2e576ca37b10f9a3d559.tar.bz2
Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"
> Use webrtc::MouseCursorMonitor for cursor shapes > > Use webrtc::MouseCursorMonitor for cursor shapes instead of > webrtc::VideoFrameCapturer, in preparation for deprecating cursor shape > functionality in the latter. > > BUG=324033 > > Review URL: https://codereview.chromium.org/92473002 TBR=dcaiafa@chromium.org Review URL: https://codereview.chromium.org/149563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/ipc_video_frame_capturer.h')
-rw-r--r--remoting/host/ipc_video_frame_capturer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/host/ipc_video_frame_capturer.h b/remoting/host/ipc_video_frame_capturer.h
index fd2cdff..616f0a2 100644
--- a/remoting/host/ipc_video_frame_capturer.h
+++ b/remoting/host/ipc_video_frame_capturer.h
@@ -10,6 +10,10 @@
#include "base/memory/scoped_ptr.h"
#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
+namespace IPC {
+class Message;
+} // namespace IPC
+
namespace media {
struct MouseCursorShape;
} // namespace media