Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: trunk/src/remoting/host/ipc_video_frame_capturer.h

Issue 151163002: Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_ 5 #ifndef REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_
6 #define REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_ 6 #define REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "third_party/webrtc/modules/desktop_capture/screen_capturer.h" 11 #include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
12 12
13 namespace IPC {
14 class Message;
15 } // namespace IPC
16
13 namespace media { 17 namespace media {
14 struct MouseCursorShape; 18 struct MouseCursorShape;
15 } // namespace media 19 } // namespace media
16 20
17 namespace remoting { 21 namespace remoting {
18 22
19 class DesktopSessionProxy; 23 class DesktopSessionProxy;
20 24
21 // Routes webrtc::ScreenCapturer calls though the IPC channel to the desktop 25 // Routes webrtc::ScreenCapturer calls though the IPC channel to the desktop
22 // session agent running in the desktop integration process. 26 // session agent running in the desktop integration process.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 62
59 // Used to cancel tasks pending on the capturer when it is stopped. 63 // Used to cancel tasks pending on the capturer when it is stopped.
60 base::WeakPtrFactory<IpcVideoFrameCapturer> weak_factory_; 64 base::WeakPtrFactory<IpcVideoFrameCapturer> weak_factory_;
61 65
62 DISALLOW_COPY_AND_ASSIGN(IpcVideoFrameCapturer); 66 DISALLOW_COPY_AND_ASSIGN(IpcVideoFrameCapturer);
63 }; 67 };
64 68
65 } // namespace remoting 69 } // namespace remoting
66 70
67 #endif // REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_ 71 #endif // REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_
OLDNEW
« no previous file with comments | « trunk/src/remoting/host/ipc_mouse_cursor_monitor.cc ('k') | trunk/src/remoting/host/me2me_desktop_environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698