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

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: Fix linux/windows hardware path Created 7 years, 8 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 eb27e5712858905426b8e881ef180355c1a42b71..206ebab52883f3850ebda2e3898e976e3bf8e28f 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,
+ 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