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

Unified Diff: media/base/buffering_state.h

Issue 2386443002: media: Use native BufferingState in media mojo interfaces (Closed)
Patch Set: media: Use native media enums in media mojo interfaces 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
« no previous file with comments | « no previous file | media/base/ipc/media_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/buffering_state.h
diff --git a/media/base/buffering_state.h b/media/base/buffering_state.h
index 935922c9b4d7b4b857351e819ca8cf066146cb64..74f8b228ad9f8fd7162ecaf1cdc37a8f9dd4f048 100644
--- a/media/base/buffering_state.h
+++ b/media/base/buffering_state.h
@@ -19,6 +19,8 @@ enum BufferingState {
//
// Typical reason is enough data has been prerolled to start playback.
BUFFERING_HAVE_ENOUGH,
+
+ BUFFERING_STATE_MAX = BUFFERING_HAVE_ENOUGH,
};
// Used to indicate changes in buffering state;
« no previous file with comments | « no previous file | media/base/ipc/media_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698