Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2819)

Unified Diff: content/renderer/media/android/stream_texture_factory_impl.cc

Issue 1844843002: android: Remove in-process video path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove commented out code + rebase again Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698