| Index: content/renderer/gpu/stream_texture_host_android.h
|
| diff --git a/content/renderer/gpu/stream_texture_host_android.h b/content/renderer/gpu/stream_texture_host_android.h
|
| index 80eb4631cc54f1c4c4b5c4f7c7c84e3786e44fea..51082d8f60667d6fb359df5c0cf3ce934046b46c 100644
|
| --- a/content/renderer/gpu/stream_texture_host_android.h
|
| +++ b/content/renderer/gpu/stream_texture_host_android.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "gpu/ipc/common/android/surface_texture_peer.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_message.h"
|
|
|
| @@ -49,7 +48,6 @@ class StreamTextureHost : public IPC::Listener {
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
| void OnChannelError() override;
|
|
|
| - void EstablishPeer(int player_id, int frame_id);
|
| void SetStreamTextureSize(const gfx::Size& size);
|
| void ForwardStreamTextureForSurfaceRequest(
|
| const base::UnguessableToken& request_token);
|
|
|