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

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

Issue 12388038: Android: Remove Surface cruft (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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.cc
diff --git a/content/renderer/media/stream_texture_factory_impl_android.cc b/content/renderer/media/stream_texture_factory_impl_android.cc
index 97327bf85c0e6ce3064e29c83d95328a8f0c95d9..ebfae209dac27d9312a76bc69f3f7e7884e7a5c1 100644
--- a/content/renderer/media/stream_texture_factory_impl_android.cc
+++ b/content/renderer/media/stream_texture_factory_impl_android.cc
@@ -119,8 +119,7 @@ webkit_media::StreamTextureProxy* StreamTextureFactoryImpl::CreateProxy() {
void StreamTextureFactoryImpl::EstablishPeer(int stream_id, int player_id) {
DCHECK(channel_.get());
channel_->Send(new GpuChannelMsg_EstablishStreamTexture(
- stream_id, SurfaceTexturePeer::SET_VIDEO_SURFACE_TEXTURE,
- view_id_, player_id));
+ stream_id, view_id_, player_id));
}
unsigned StreamTextureFactoryImpl::CreateStreamTexture(unsigned* texture_id) {

Powered by Google App Engine
This is Rietveld 408576698