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 da9a70f4ba732222b0af8b9adad6228310af8d78..d1af98af2256aca2618167ec5408cde9e95a6e1e 100644 |
--- a/content/renderer/media/android/stream_texture_factory_impl.cc |
+++ b/content/renderer/media/android/stream_texture_factory_impl.cc |
@@ -134,4 +134,12 @@ gpu::gles2::GLES2Interface* StreamTextureFactoryImpl::ContextGL() { |
return context_provider_->ContextGL(); |
} |
+void StreamTextureFactoryImpl::AddObserver( |
+ StreamTextureFactoryContextObserver* obs) { |
+} |
+ |
+void StreamTextureFactoryImpl::RemoveObserver( |
+ StreamTextureFactoryContextObserver* obs) { |
+} |
+ |
} // namespace content |