diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 05:52:07 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 05:52:07 +0000 |
commit | 68e103af1202ad37deaf6b4a23334cad0ec71f52 (patch) | |
tree | c393fa5753420799c80f0e867b562d836ddaff7d /remoting/host/desktop_environment.h | |
parent | c0c789a71c85025325d2e3d95a0fbb277e34dbb5 (diff) | |
download | chromium_src-68e103af1202ad37deaf6b4a23334cad0ec71f52.zip chromium_src-68e103af1202ad37deaf6b4a23334cad0ec71f52.tar.gz chromium_src-68e103af1202ad37deaf6b4a23334cad0ec71f52.tar.bz2 |
Revert 248045 "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
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247689
>
> Review URL: https://codereview.chromium.org/92473002
This caused errors on a windows memory bot. See bug for details.
TBR=dcaiafa@chromium.org
Review URL: https://codereview.chromium.org/151163002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/desktop_environment.h')
-rw-r--r-- | remoting/host/desktop_environment.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h index c942cb4..1fa9ccd 100644 --- a/remoting/host/desktop_environment.h +++ b/remoting/host/desktop_environment.h @@ -19,7 +19,6 @@ class SingleThreadTaskRunner; namespace webrtc { class ScreenCapturer; -class MouseCursorMonitor; } // namespace webrtc namespace remoting { @@ -41,7 +40,6 @@ class DesktopEnvironment { virtual scoped_ptr<InputInjector> CreateInputInjector() = 0; virtual scoped_ptr<ScreenControls> CreateScreenControls() = 0; virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() = 0; - virtual scoped_ptr<webrtc::MouseCursorMonitor> CreateMouseCursorMonitor() = 0; // Returns the set of all capabilities supported by |this|. virtual std::string GetCapabilities() const = 0; |