| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index 0b4a1dd2b830a06fc81bbe32df956570c9e4aa36..1a3679025d62ec623c7062e1c4e2f90551f3699c 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -62,6 +62,7 @@ class PepperTokenFetcher;
|
| class PepperView;
|
| class RectangleUpdateDecoder;
|
| class SignalStrategy;
|
| +class VideoProcessor;
|
|
|
| struct ClientConfig;
|
|
|
| @@ -239,7 +240,7 @@ class ChromotingInstance :
|
| PepperPluginThreadDelegate plugin_thread_delegate_;
|
| scoped_refptr<PluginThreadTaskRunner> plugin_task_runner_;
|
| ClientContext context_;
|
| - scoped_refptr<RectangleUpdateDecoder> rectangle_decoder_;
|
| + scoped_ptr<VideoProcessor> video_processor_;
|
| scoped_ptr<PepperView> view_;
|
| scoped_ptr<base::WeakPtrFactory<FrameConsumer> > view_weak_factory_;
|
| pp::View plugin_view_;
|
|
|