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

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

Issue 2390783003: Make stream_id internal to StreamTextureHost. (Closed)
Patch Set: Handle failure conditions of route_id. Created 4 years, 2 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/webmediaplayer_android.h
diff --git a/content/renderer/media/android/webmediaplayer_android.h b/content/renderer/media/android/webmediaplayer_android.h
index 5492bdb056720d91d0ebc751bba965cf85989673..c7af8ce50dfe3613e01f31b04f9a76de528578f2 100644
--- a/content/renderer/media/android/webmediaplayer_android.h
+++ b/content/renderer/media/android/webmediaplayer_android.h
@@ -229,7 +229,6 @@ class WebMediaPlayerAndroid
void UpdateNetworkState(blink::WebMediaPlayer::NetworkState state);
void UpdateReadyState(blink::WebMediaPlayer::ReadyState state);
void TryCreateStreamTextureProxyIfNeeded();
- void DoCreateStreamTexture();
// Helper method to reestablish the surface texture peer for android
// media player.
@@ -348,9 +347,6 @@ class WebMediaPlayerAndroid
// point for when the mailbox was produced.
gpu::Mailbox texture_mailbox_;
- // Stream texture ID allocated to the video.
- unsigned int stream_id_;
-
// Whether the media player has been initialized.
bool is_player_initialized_;

Powered by Google App Engine
This is Rietveld 408576698