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

Unified Diff: content/browser/media/android/media_player_renderer.h

Issue 2471903002: Add MediaServiceThrottler (Closed)
Patch Set: Adressed comments Created 4 years, 1 month 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 | « no previous file | content/browser/media/android/media_player_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/android/media_player_renderer.h
diff --git a/content/browser/media/android/media_player_renderer.h b/content/browser/media/android/media_player_renderer.h
index bd27299df1bd9afe748365769f8f336b04af4e8b..84a3fdffa2c0eac402c0cf304d4b701565da9104 100644
--- a/content/browser/media/android/media_player_renderer.h
+++ b/content/browser/media/android/media_player_renderer.h
@@ -96,6 +96,9 @@ class CONTENT_EXPORT MediaPlayerRenderer : public media::Renderer,
void OnScopedSurfaceRequestCompleted(gl::ScopedJavaSurface surface);
private:
+ void CreateMediaPlayer(const media::MediaUrlParams& params,
+ const media::PipelineStatusCB& init_cb);
+
// Used when creating |media_player_|.
void OnDecoderResourcesReleased(int player_id);
« no previous file with comments | « no previous file | content/browser/media/android/media_player_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698