| Index: content/renderer/media/android/stream_texture_factory_impl.cc
|
| diff --git a/content/renderer/media/android/stream_texture_factory_impl.cc b/content/renderer/media/android/stream_texture_factory_impl.cc
|
| index e79faa7e352c39220a8f16ef1900a7544673591c..2b38b7a7232ed4c6ac8b602a4ffa00e996463678 100644
|
| --- a/content/renderer/media/android/stream_texture_factory_impl.cc
|
| +++ b/content/renderer/media/android/stream_texture_factory_impl.cc
|
| @@ -158,12 +158,4 @@ gpu::gles2::GLES2Interface* StreamTextureFactoryImpl::ContextGL() {
|
| return context_provider_->ContextGL();
|
| }
|
|
|
| -void StreamTextureFactoryImpl::AddObserver(
|
| - StreamTextureFactoryContextObserver* obs) {
|
| -}
|
| -
|
| -void StreamTextureFactoryImpl::RemoveObserver(
|
| - StreamTextureFactoryContextObserver* obs) {
|
| -}
|
| -
|
| } // namespace content
|
|
|