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

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

Issue 92473002: Use webrtc::MouseCursorMonitor for cursor shapes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux build Created 6 years, 4 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
« no previous file with comments | « remoting/host/ipc_mouse_cursor_monitor.cc ('k') | remoting/host/me2me_desktop_environment.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
17 namespace media { 13 namespace media {
18 struct MouseCursorShape; 14 struct MouseCursorShape;
19 } // namespace media 15 } // namespace media
20 16
21 namespace remoting { 17 namespace remoting {
22 18
23 class DesktopSessionProxy; 19 class DesktopSessionProxy;
24 20
25 // Routes webrtc::ScreenCapturer calls though the IPC channel to the desktop 21 // Routes webrtc::ScreenCapturer calls though the IPC channel to the desktop
26 // session agent running in the desktop integration process. 22 // session agent running in the desktop integration process.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 58
63 // Used to cancel tasks pending on the capturer when it is stopped. 59 // Used to cancel tasks pending on the capturer when it is stopped.
64 base::WeakPtrFactory<IpcVideoFrameCapturer> weak_factory_; 60 base::WeakPtrFactory<IpcVideoFrameCapturer> weak_factory_;
65 61
66 DISALLOW_COPY_AND_ASSIGN(IpcVideoFrameCapturer); 62 DISALLOW_COPY_AND_ASSIGN(IpcVideoFrameCapturer);
67 }; 63 };
68 64
69 } // namespace remoting 65 } // namespace remoting
70 66
71 #endif // REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_ 67 #endif // REMOTING_HOST_IPC_VIDEO_FRAME_CAPTURER_H_
OLDNEW
« no previous file with comments | « remoting/host/ipc_mouse_cursor_monitor.cc ('k') | remoting/host/me2me_desktop_environment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698