Chromium Code Reviews| Index: remoting/client/plugin/chromoting_instance.h |
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h |
| index 38ad319bd49e68fd46a7d5136504c4bacb511aa1..ebe702471e1d3a7d148eba3e8aaf4d7c43cbfb8c 100644 |
| --- a/remoting/client/plugin/chromoting_instance.h |
| +++ b/remoting/client/plugin/chromoting_instance.h |
| @@ -60,6 +60,7 @@ class DesktopVector; |
| namespace remoting { |
| +class PepperAudioPlayer; |
| class ChromotingClient; |
| class ClientContext; |
| class DelegatingSignalStrategy; |
| @@ -248,6 +249,7 @@ class ChromotingInstance : public ClientUserInterface, |
| std::unique_ptr<jingle_glue::JingleThreadWrapper> thread_wrapper_; |
| ClientContext context_; |
| protocol::PerformanceTracker perf_tracker_; |
| + std::unique_prt<PepperAudioPlayer> audio_player_; |
|
Lambros
2016/06/09 19:01:05
Should be unique_ptr - did this compile?
nicholss
2016/06/09 19:46:30
I have not tried to compile for android yet becaus
Lambros
2016/06/09 20:52:08
This isn't Android code. You need to compile the N
|
| std::unique_ptr<PepperVideoRenderer> video_renderer_; |
| pp::View plugin_view_; |