| Index: remoting/client/jni/jni_frame_consumer.h
|
| diff --git a/remoting/client/jni/jni_frame_consumer.h b/remoting/client/jni/jni_frame_consumer.h
|
| index 7a8ed6386474d950ed4eecf6a1189ff0e71de048..b4c0d7f29117e753a52ca53df5b4095018fbc9ac 100644
|
| --- a/remoting/client/jni/jni_frame_consumer.h
|
| +++ b/remoting/client/jni/jni_frame_consumer.h
|
| @@ -17,12 +17,13 @@
|
| namespace remoting {
|
|
|
| class ChromotingJniRuntime;
|
| +class JniClient;
|
|
|
| // FrameConsumer implementation that draws onto a JNI direct byte buffer.
|
| class JniFrameConsumer : public protocol::FrameConsumer {
|
| public:
|
| // Does not take ownership of |jni_runtime|.
|
| - explicit JniFrameConsumer(ChromotingJniRuntime* jni_runtime);
|
| + JniFrameConsumer(ChromotingJniRuntime* jni_runtime, JniClient* client);
|
|
|
| ~JniFrameConsumer() override;
|
|
|
|
|