diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 21:42:12 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 21:42:12 +0000 |
commit | 420a5e4ab23188ab8458c659b331da1d580f6dd7 (patch) | |
tree | ccdd9a8f74998b335ea8a96da6e26a633633e9c6 /remoting/host/ipc_desktop_environment_factory.cc | |
parent | 4051754026b9163d6fbbfb329bba3a03a333617c (diff) | |
download | chromium_src-420a5e4ab23188ab8458c659b331da1d580f6dd7.zip chromium_src-420a5e4ab23188ab8458c659b331da1d580f6dd7.tar.gz chromium_src-420a5e4ab23188ab8458c659b331da1d580f6dd7.tar.bz2 |
Move screen capturers to remoting/capturer.
Separating screen capturer code from the rest of remoting code so that it
can be reused for screen capturing in WebRTC. Also added struct
MouseCursorShape to avoid protobuf dependency.
BUG=134249
Review URL: https://codereview.chromium.org/11470028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/ipc_desktop_environment_factory.cc')
-rw-r--r-- | remoting/host/ipc_desktop_environment_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/ipc_desktop_environment_factory.cc b/remoting/host/ipc_desktop_environment_factory.cc index 927c168..b587262 100644 --- a/remoting/host/ipc_desktop_environment_factory.cc +++ b/remoting/host/ipc_desktop_environment_factory.cc @@ -8,6 +8,7 @@ #include "ipc/ipc_channel_proxy.h" #include "base/platform_file.h" +#include "remoting/capturer/video_frame_capturer.h" #include "remoting/host/audio_capturer.h" #include "remoting/host/chromoting_host.h" #include "remoting/host/chromoting_host_context.h" @@ -16,7 +17,6 @@ #include "remoting/host/desktop_session_proxy.h" #include "remoting/host/event_executor.h" #include "remoting/host/ipc_desktop_environment.h" -#include "remoting/host/video_frame_capturer.h" namespace remoting { |