| Index: remoting/client/plugin/pepper_view_proxy.cc
|
| diff --git a/remoting/client/plugin/pepper_view_proxy.cc b/remoting/client/plugin/pepper_view_proxy.cc
|
| index 3e4bb353b5c9ac1d14000436f5d092ca26ca4b9d..be377061cd97d4f6ee71a8ba67871b369b30e8af 100644
|
| --- a/remoting/client/plugin/pepper_view_proxy.cc
|
| +++ b/remoting/client/plugin/pepper_view_proxy.cc
|
| @@ -146,7 +146,7 @@ void PepperViewProxy::ReleaseFrame(media::VideoFrame* frame) {
|
| }
|
|
|
| void PepperViewProxy::OnPartialFrameOutput(media::VideoFrame* frame,
|
| - UpdatedRects* rects,
|
| + RectVector* rects,
|
| Task* done) {
|
| if (instance_ && !plugin_message_loop_->BelongsToCurrentThread()) {
|
| plugin_message_loop_->PostTask(FROM_HERE, NewRunnableMethod(
|
|
|