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

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

Issue 2420083004: Delete SurfaceTexturePeer (Closed)
Patch Set: Fix missed references Created 3 years, 10 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
« no previous file with comments | « content/renderer/media/android/stream_texture_factory.h ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/android/stream_texture_factory.cc
diff --git a/content/renderer/media/android/stream_texture_factory.cc b/content/renderer/media/android/stream_texture_factory.cc
index 57fff3df51e7e8d044e91bdb90cf83abdd0cb39f..b875954c90796b4d3f76fb852359c480e60a5356 100644
--- a/content/renderer/media/android/stream_texture_factory.cc
+++ b/content/renderer/media/android/stream_texture_factory.cc
@@ -68,10 +68,6 @@ void StreamTextureProxy::OnFrameAvailable() {
received_frame_cb_.Run();
}
-void StreamTextureProxy::EstablishPeer(int player_id, int frame_id) {
- host_->EstablishPeer(player_id, frame_id);
-}
-
void StreamTextureProxy::SetStreamTextureSize(const gfx::Size& size) {
host_->SetStreamTextureSize(size);
}
« no previous file with comments | « content/renderer/media/android/stream_texture_factory.h ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698