diff options
Diffstat (limited to 'remoting/host/cast_extension_session.h')
-rw-r--r-- | remoting/host/cast_extension_session.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/remoting/host/cast_extension_session.h b/remoting/host/cast_extension_session.h index 03501bf..83e477a 100644 --- a/remoting/host/cast_extension_session.h +++ b/remoting/host/cast_extension_session.h @@ -61,8 +61,8 @@ class CastExtensionSession : public HostExtensionSession, void OnCreateSessionDescriptionFailure(const std::string& error); // HostExtensionSession interface. - virtual scoped_ptr<webrtc::DesktopCapturer> OnCreateVideoCapturer( - scoped_ptr<webrtc::DesktopCapturer> capturer) OVERRIDE; + virtual void OnCreateVideoCapturer( + scoped_ptr<webrtc::DesktopCapturer>* capturer) OVERRIDE; virtual bool ModifiesVideoPipeline() const OVERRIDE; virtual bool OnExtensionMessage( ClientSessionControl* client_session_control, @@ -243,4 +243,3 @@ class CastExtensionSession : public HostExtensionSession, } // namespace remoting #endif // REMOTING_HOST_CAST_EXTENSION_SESSION_H_ - |