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

Unified Diff: content/renderer/gpu/stream_texture_host_android.cc

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/gpu/stream_texture_host_android.cc
diff --git a/content/renderer/gpu/stream_texture_host_android.cc b/content/renderer/gpu/stream_texture_host_android.cc
index 120a47279cd7044e520111eb693ee68fd65d50b8..f9f20365416acfb186d10ecc5f83d2d9cb3b457b 100644
--- a/content/renderer/gpu/stream_texture_host_android.cc
+++ b/content/renderer/gpu/stream_texture_host_android.cc
@@ -58,13 +58,6 @@ void StreamTextureHost::OnFrameAvailable() {
listener_->OnFrameAvailable();
}
-void StreamTextureHost::EstablishPeer(int player_id, int frame_id) {
- if (channel_) {
- channel_->Send(
- new GpuStreamTextureMsg_EstablishPeer(route_id_, frame_id, player_id));
- }
-}
-
void StreamTextureHost::SetStreamTextureSize(const gfx::Size& size) {
if (channel_)
channel_->Send(new GpuStreamTextureMsg_SetSize(route_id_, size));
« no previous file with comments | « content/renderer/gpu/stream_texture_host_android.h ('k') | content/renderer/media/android/stream_texture_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698