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

Unified Diff: media/base/android/video_decoder_job.h

Issue 1367403003: Added UMA metrics for MediaSourcePlayer and MediaCodecPlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mtplayer-drm
Patch Set: Attempt to fix clang compilation Created 5 years, 3 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 | « media/base/android/media_statistics.cc ('k') | media/base/android/video_decoder_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/video_decoder_job.h
diff --git a/media/base/android/video_decoder_job.h b/media/base/android/video_decoder_job.h
index 00a8e6f2cc676f387a00ffd645c830c4b956c852..7700ee4c407ccc869fac48657898eada4423427c 100644
--- a/media/base/android/video_decoder_job.h
+++ b/media/base/android/video_decoder_job.h
@@ -21,10 +21,10 @@ class VideoDecoderJob : public MediaDecoderJob {
// |request_resources_cb| - Callback used to request resources.
// |on_demuxer_config_changed_cb| - Callback used to inform the caller that
// demuxer config has changed.
- VideoDecoderJob(
- const base::Closure& request_data_cb,
- const base::Closure& request_resources_cb,
- const base::Closure& on_demuxer_config_changed_cb);
+ VideoDecoderJob(const base::Closure& request_data_cb,
+ const base::Closure& request_resources_cb,
+ const base::Closure& on_demuxer_config_changed_cb,
+ FrameStatistics* frame_statistics);
~VideoDecoderJob() override;
// Passes a java surface object to the codec. Returns true if the surface
« no previous file with comments | « media/base/android/media_statistics.cc ('k') | media/base/android/video_decoder_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698