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

Unified Diff: remoting/host/host_extension_session_manager.h

Issue 455073004: Switch DesktopEnvironment to return a DesktopCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove ShapedDesktopCapturer::Create() 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/host_extension_session.cc ('k') | remoting/host/host_extension_session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_extension_session_manager.h
diff --git a/remoting/host/host_extension_session_manager.h b/remoting/host/host_extension_session_manager.h
index 0c953e986965422cd925e395f4762aacdee20b79..b84d5208509e62b648f2bef99b310f0e90940a87 100644
--- a/remoting/host/host_extension_session_manager.h
+++ b/remoting/host/host_extension_session_manager.h
@@ -12,7 +12,7 @@
#include "base/memory/scoped_vector.h"
namespace webrtc {
-class ScreenCapturer;
+class DesktopCapturer;
}
namespace remoting {
@@ -42,8 +42,8 @@ class HostExtensionSessionManager {
// Calls the corresponding hook functions in each extension in turn, to give
// them an opportunity to wrap or replace video components.
- scoped_ptr<webrtc::ScreenCapturer> OnCreateVideoCapturer(
- scoped_ptr<webrtc::ScreenCapturer> capturer);
+ scoped_ptr<webrtc::DesktopCapturer> OnCreateVideoCapturer(
+ scoped_ptr<webrtc::DesktopCapturer> capturer);
scoped_ptr<VideoEncoder> OnCreateVideoEncoder(
scoped_ptr<VideoEncoder> encoder);
« no previous file with comments | « remoting/host/host_extension_session.cc ('k') | remoting/host/host_extension_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698