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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 2821573002: Merge M58: "Don't histogram paint time after ending or seeking." (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index 8a5cfd9e82d68946b9c6b01bb210b0f2f0b6dbce..8c38a041af540d166acdfbbd75b2b2599e230358 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -708,6 +708,8 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
// the background. Affects the value of ShouldPauseVideoWhenHidden().
bool video_locked_when_paused_when_hidden_ = false;
+ base::CancelableCallback<void(base::TimeTicks)> frame_time_report_cb_;
+
DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl);
};
« no previous file with comments | « no previous file | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698