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

Unified Diff: content/renderer/media/stream_texture_factory_impl_android.h

Issue 14199002: Send hardware video frames with mailboxes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: video-mailbox: merge create/gen/produce Created 7 years, 6 months 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
Index: content/renderer/media/stream_texture_factory_impl_android.h
diff --git a/content/renderer/media/stream_texture_factory_impl_android.h b/content/renderer/media/stream_texture_factory_impl_android.h
index 4c020725d457b83968a950174e748a3e22d95277..56cacdb69bf09836fa8b17f5ce99d190c2357f27 100644
--- a/content/renderer/media/stream_texture_factory_impl_android.h
+++ b/content/renderer/media/stream_texture_factory_impl_android.h
@@ -30,7 +30,11 @@ class StreamTextureFactoryImpl
virtual void EstablishPeer(int stream_id, int player_id) OVERRIDE;
- virtual unsigned CreateStreamTexture(unsigned* texture_id) OVERRIDE;
+ virtual unsigned CreateStreamTexture(
+ unsigned texture_target,
scherkus (not reviewing) 2013/06/17 20:20:37 indent by 2 more spaces
danakj 2013/06/18 16:54:12 Done.
+ unsigned* texture_id,
+ gpu::Mailbox* texture_mailbox,
+ unsigned* texture_mailbox_sync_point) OVERRIDE;
virtual void DestroyStreamTexture(unsigned texture_id) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698