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. |