| 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;
|
| void OnVideoFirstFrameReceived() override;
|
| void OnVideoSize(const webrtc::DesktopSize& size,
|
| const webrtc::DesktopVector& dpi) override;
|
|
|