Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: remoting/client/plugin/pepper_view_proxy.h

Issue 8493020: Move code in src/remoting to the new callbacks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: - Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/plugin/pepper_view.cc ('k') | remoting/client/plugin/pepper_view_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « remoting/client/plugin/pepper_view.cc ('k') | remoting/client/plugin/pepper_view_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698