| 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));
|
|
|