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

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

Issue 2420083004: Delete SurfaceTexturePeer (Closed)
Patch Set: Fix missed references Created 3 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/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 1d90785720474d98bcace05689a76ee20bb021af..41870332846beb5b7fa8b032e4b4dd089875c9da 100644
--- a/content/renderer/media/android/stream_texture_factory.h
+++ b/content/renderer/media/android/stream_texture_factory.h
@@ -53,12 +53,6 @@ class StreamTextureProxy : public StreamTextureHost::Listener {
// Set the streamTexture size.
void SetStreamTextureSize(const gfx::Size& size);
- // Send an IPC message to the browser process to request a java surface
- // object for the given route_id. After the the surface is created,
- // it will be passed back to the WebMediaPlayerAndroid object identified by
- // the player_id.
- void EstablishPeer(int player_id, int frame_id);
-
// Sends an IPC to the GPU process.
// Asks the StreamTexture to forward its SurfaceTexture to the
// ScopedSurfaceRequestManager, using the gpu::ScopedSurfaceRequestConduit.
« no previous file with comments | « content/renderer/gpu/stream_texture_host_android.cc ('k') | content/renderer/media/android/stream_texture_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698