| Index: remoting/client/plugin/pepper_view_proxy.h
|
| diff --git a/remoting/client/plugin/pepper_view_proxy.h b/remoting/client/plugin/pepper_view_proxy.h
|
| index 4f65ce6e04b96a76170b87adabb4050cd15083b8..e6b7d0a253017d70b172816f32a32c7416689bb3 100644
|
| --- a/remoting/client/plugin/pepper_view_proxy.h
|
| +++ b/remoting/client/plugin/pepper_view_proxy.h
|
| @@ -61,7 +61,7 @@ class PepperViewProxy : public base::RefCountedThreadSafe<PepperViewProxy>,
|
| Task* done);
|
| virtual void ReleaseFrame(media::VideoFrame* frame);
|
| virtual void OnPartialFrameOutput(media::VideoFrame* frame,
|
| - UpdatedRects* rects,
|
| + RectVector* rects,
|
| Task* done);
|
|
|
| // Remove the reference to |instance_| and |view_| by setting the value to
|
|
|