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

Unified Diff: media/mojo/interfaces/media_types.mojom

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 | « media/mojo/common/media_type_converters.cc ('k') | media/mojo/interfaces/media_types.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index 88feb20527d3c2ddcc89ba6c6666ea30236b4778..1d6840c80f4ec0f75de42f505e61bdab06bb76b3 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -8,11 +8,8 @@ import "ui/gfx/geometry/mojo/geometry.mojom";
import "mojo/common/common_custom_types.mojom";
// See media/base/buffering_state.h for descriptions.
-// Kept in sync with media::BufferingState via static_asserts.
-enum BufferingState {
- HAVE_NOTHING,
- HAVE_ENOUGH,
-};
+[Native]
+enum BufferingState;
// See media/base/decode_status.h for descriptions.
// Kept in sync with media::DecodeStatus via static_asserts.
« no previous file with comments | « media/mojo/common/media_type_converters.cc ('k') | media/mojo/interfaces/media_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698