| 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 b52623f71333b0f9c0eca66931c4ef122ae12be6..be55233666239db7e2db263a088fe9f74b2a6b9a 100644
|
| --- a/remoting/client/plugin/pepper_view_proxy.h
|
| +++ b/remoting/client/plugin/pepper_view_proxy.h
|
| @@ -53,16 +53,13 @@ class PepperViewProxy : public base::RefCountedThreadSafe<PepperViewProxy>,
|
|
|
| // FrameConsumer implementation.
|
| virtual void AllocateFrame(media::VideoFrame::Format format,
|
| - size_t width,
|
| - size_t height,
|
| - base::TimeDelta timestamp,
|
| - base::TimeDelta duration,
|
| + const SkISize& size,
|
| scoped_refptr<media::VideoFrame>* frame_out,
|
| - Task* done);
|
| - virtual void ReleaseFrame(media::VideoFrame* frame);
|
| + const base::Closure& done) OVERRIDE;
|
| + virtual void ReleaseFrame(media::VideoFrame* frame) OVERRIDE;
|
| virtual void OnPartialFrameOutput(media::VideoFrame* frame,
|
| RectVector* rects,
|
| - Task* done);
|
| + const base::Closure& done) OVERRIDE;
|
|
|
| // Remove the reference to |instance_| and |view_| by setting the value to
|
| // NULL.
|
|
|