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

Unified Diff: remoting/client/plugin/pepper_view.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_input_handler.h ('k') | remoting/client/plugin/pepper_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_view.h
diff --git a/remoting/client/plugin/pepper_view.h b/remoting/client/plugin/pepper_view.h
index 4053d6610afeb4cd3812a15de8c570a7dea857fc..90366506c1aa8dec3fb400d595ff0ed75f034edb 100644
--- a/remoting/client/plugin/pepper_view.h
+++ b/remoting/client/plugin/pepper_view.h
@@ -47,16 +47,13 @@ class PepperView : public ChromotingView,
// 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;
// This is called when the dimension of the plugin element has changed.
// Return true if plugin size has changed, false otherwise.
« no previous file with comments | « remoting/client/plugin/pepper_input_handler.h ('k') | remoting/client/plugin/pepper_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698