| Index: content/renderer/media/android/stream_texture_wrapper_impl.h
|
| diff --git a/content/renderer/media/android/stream_texture_wrapper_impl.h b/content/renderer/media/android/stream_texture_wrapper_impl.h
|
| index 25f881ba5b03413cf0b72c888dea12106847e810..a7e2bae48fbdd2558967f0323b5030dd64bdf85a 100644
|
| --- a/content/renderer/media/android/stream_texture_wrapper_impl.h
|
| +++ b/content/renderer/media/android/stream_texture_wrapper_impl.h
|
| @@ -101,9 +101,6 @@ class CONTENT_EXPORT StreamTextureWrapperImpl
|
| // GL texture mailbox for |texture_id_|.
|
| gpu::Mailbox texture_mailbox_;
|
|
|
| - // Stream texture ID.
|
| - unsigned stream_id_;
|
| -
|
| // Object for calling back the compositor thread to repaint the video when a
|
| // frame is available. It should be bound to |compositor_task_runner_|.
|
| ScopedStreamTextureProxy stream_texture_proxy_;
|
|
|