| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index 583e7985efbba2bd680dc522b6f1adc4b0bbb6e0..c31913603f1e2a7e3754e4fcf7d87005cd57f0e0 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -82,6 +82,10 @@ class ChromotingInstance : public pp::InstancePrivate {
|
|
|
| bool DoScaling() const { return scale_to_fit_; }
|
|
|
| + // TODO(alexeypa): Give the plugin a way to call the decoder directly and
|
| + // remove this method.
|
| + void RefreshFullFrame();
|
| +
|
| // Registers a global log message handler that redirects the log output to
|
| // our plugin instance.
|
| // This is called by the plugin's PPP_InitializeModule.
|
|
|