| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index ee9b1dfc9f18d9ba9e78e7b581e3a08f54b53491..6c9d7c06c1607ea3014ad698962e820f38244f5f 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -39,6 +39,7 @@ class HostConnection;
|
| class InputHandler;
|
| class JingleThread;
|
| class PepperView;
|
| +class RectangleUpdateDecoder;
|
|
|
| class ChromotingInstance : public pp::Instance {
|
| public:
|
| @@ -70,6 +71,7 @@ class ChromotingInstance : public pp::Instance {
|
| ClientContext context_;
|
| scoped_ptr<HostConnection> host_connection_;
|
| scoped_ptr<PepperView> view_;
|
| + scoped_ptr<RectangleUpdateDecoder> rectangle_decoder_;
|
| scoped_ptr<InputHandler> input_handler_;
|
| scoped_ptr<ChromotingClient> client_;
|
| pp::Var instance_object_; // JavaScript interface to control this instance.
|
|
|