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

Unified Diff: media/renderers/video_renderer_impl.h

Issue 2371833005: Merge M54: "Transition to have nothing if background rendering evicts all frames." (Closed)
Patch Set: Created 4 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 | « no previous file | media/renderers/video_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/renderers/video_renderer_impl.h
diff --git a/media/renderers/video_renderer_impl.h b/media/renderers/video_renderer_impl.h
index 24726b3018b8416efa5073ad9a9995f0871dc2e9..3938364eb1177efb3f1770984eee3123f931f31e 100644
--- a/media/renderers/video_renderer_impl.h
+++ b/media/renderers/video_renderer_impl.h
@@ -124,6 +124,7 @@ class MEDIA_EXPORT VideoRendererImpl
bool HaveEnoughData_Locked();
void TransitionToHaveEnough_Locked();
void TransitionToHaveNothing();
+ void TransitionToHaveNothing_Locked();
// Runs |statistics_cb_| with |frames_decoded_| and |frames_dropped_|, resets
// them to 0.
« no previous file with comments | « no previous file | media/renderers/video_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698