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

Unified Diff: remoting/host/host_extension_session.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/fake_screen_capturer.cc ('k') | remoting/host/host_extension_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_extension_session.h
diff --git a/remoting/host/host_extension_session.h b/remoting/host/host_extension_session.h
index 1e71180e3a33f6e04faa2715b0ffda535a9374eb..a4a0bd710abd7c776688028bd9b4ce2bb52d32c3 100644
--- a/remoting/host/host_extension_session.h
+++ b/remoting/host/host_extension_session.h
@@ -8,7 +8,7 @@
#include "base/memory/scoped_ptr.h"
namespace webrtc {
-class ScreenCapturer;
+class DesktopCapturer;
}
namespace remoting {
@@ -30,8 +30,8 @@ class HostExtensionSession {
// Optional hook functions for HostExtensions which need to wrap or replace
// parts of the video, audio, input, etc pipelines.
// These are called in response to ResetVideoPipeline().
- virtual scoped_ptr<webrtc::ScreenCapturer> OnCreateVideoCapturer(
- scoped_ptr<webrtc::ScreenCapturer> capturer);
+ virtual scoped_ptr<webrtc::DesktopCapturer> OnCreateVideoCapturer(
+ scoped_ptr<webrtc::DesktopCapturer> capturer);
virtual scoped_ptr<VideoEncoder> OnCreateVideoEncoder(
scoped_ptr<VideoEncoder> encoder);
virtual bool ModifiesVideoPipeline() const;
@@ -48,4 +48,3 @@ class HostExtensionSession {
} // namespace remoting
#endif // REMOTING_HOST_HOST_EXTENSION_SESSION_H_
-
« no previous file with comments | « remoting/host/fake_screen_capturer.cc ('k') | remoting/host/host_extension_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698