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

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

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.h
diff --git a/content/renderer/media/android/stream_texture_factory_impl.h b/content/renderer/media/android/stream_texture_factory_impl.h
index e07122d123767343840fe58c754ba220c885faa2..0f93d7c214b2e4260fad5f665d7cdf549fabecdf 100644
--- a/content/renderer/media/android/stream_texture_factory_impl.h
+++ b/content/renderer/media/android/stream_texture_factory_impl.h
@@ -39,8 +39,6 @@ class StreamTextureFactoryImpl : public StreamTextureFactory {
gpu::Mailbox* texture_mailbox) override;
void SetStreamTextureSize(int32_t texture_id, const gfx::Size& size) override;
gpu::gles2::GLES2Interface* ContextGL() override;
- void AddObserver(StreamTextureFactoryContextObserver* obs) override;
- void RemoveObserver(StreamTextureFactoryContextObserver* obs) override;
private:
friend class base::RefCounted<StreamTextureFactoryImpl>;
« no previous file with comments | « content/renderer/media/android/stream_texture_factory.h ('k') | content/renderer/media/android/stream_texture_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698