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 |