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

Unified Diff: content/renderer/media/android/stream_texture_factory.h

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing TOT! Created 5 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
Index: content/renderer/media/android/stream_texture_factory.h
diff --git a/content/renderer/media/android/stream_texture_factory.h b/content/renderer/media/android/stream_texture_factory.h
index 812fd1ee25a6834506de7536e05b575fa4402a21..ae2ac3a353bc9c5825a46551521d5d73dfcbf342 100644
--- a/content/renderer/media/android/stream_texture_factory.h
+++ b/content/renderer/media/android/stream_texture_factory.h
@@ -60,7 +60,7 @@ class StreamTextureFactory : public base::RefCounted<StreamTextureFactory> {
// object for the given stream_id. After the the surface is created,
// it will be passed back to the WebMediaPlayerAndroid object identified by
// the player_id.
- virtual void EstablishPeer(int32 stream_id, int player_id) = 0;
+ virtual void EstablishPeer(int32 stream_id, int player_id, int frame_id) = 0;
// Creates a StreamTexture and returns its id. Sets |*texture_id| to the
// client-side id of the StreamTexture. The texture is produced into
« no previous file with comments | « content/common/gpu/client/command_buffer_proxy_impl.h ('k') | content/renderer/media/android/stream_texture_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698