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

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 820823002: Implement video renderer based on VideoDecode API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: remoting/client/plugin/chromoting_instance.h
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
index 548d37b52400b98421076982c5eb961f665df3f6..0d765616434cea301a969d32c6e6c753a3e29d80 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -126,6 +126,7 @@ class ChromotingInstance : public ClientUserInterface,
void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape) override;
// PepperVideoRenderer::EventHandler interface.
+ void OnVideoDecoderFailed() override;
Wez 2014/12/24 17:11:14 nit: Suggest OnVideoRenderError, OnVideoDecodeErro
Sergey Ulanov 2015/01/06 01:16:31 Renamed to OnVideoDecodeError()
void OnVideoFirstFrameReceived() override;
void OnVideoSize(const webrtc::DesktopSize& size,
const webrtc::DesktopVector& dpi) override;
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | remoting/client/plugin/chromoting_instance.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698