| Index: gpu/ipc/service/stream_texture_android.h
|
| diff --git a/gpu/ipc/service/stream_texture_android.h b/gpu/ipc/service/stream_texture_android.h
|
| index b7ad291fb2f32299d2c1113d327ee3516dcbc00e..d350c46f5ed1b475d173c29d45792669b0c31041 100644
|
| --- a/gpu/ipc/service/stream_texture_android.h
|
| +++ b/gpu/ipc/service/stream_texture_android.h
|
| @@ -79,7 +79,6 @@ class StreamTexture : public gpu::gles2::GLStreamTextureImage,
|
|
|
| // IPC message handlers:
|
| void OnStartListening();
|
| - void OnEstablishPeer(int32_t primary_id, int32_t secondary_id);
|
| void OnForwardForSurfaceRequest(const base::UnguessableToken& request_token);
|
| void OnSetSize(const gfx::Size& size) { size_ = size; }
|
|
|
|
|