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

Unified Diff: mojo/services/media/common/interfaces/media_transport.mojom

Issue 1823833003: Take advantage of MojoGetBufferInformation (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase and fix a type mismatch which the android build caught Created 4 years, 9 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 | « mojo/services/media/common/cpp/mapped_shared_buffer.cc ('k') | services/media/common/media_pipe_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/media/common/interfaces/media_transport.mojom
diff --git a/mojo/services/media/common/interfaces/media_transport.mojom b/mojo/services/media/common/interfaces/media_transport.mojom
index da31dfd48b90b7e1c53fab51970e2790230367cf..736a8ce13e96cbc1dec126134c22f43012abecce 100644
--- a/mojo/services/media/common/interfaces/media_transport.mojom
+++ b/mojo/services/media/common/interfaces/media_transport.mojom
@@ -119,7 +119,7 @@ interface MediaConsumer {
};
// Sets the shared buffer in which packet payload will be located.
- SetBuffer(handle<shared_buffer> buffer, uint64 size) => ();
+ SetBuffer(handle<shared_buffer> buffer) => ();
// Sends a packet to the consumer. The callback signals that the consumer
// is done with the packet buffer region.
« no previous file with comments | « mojo/services/media/common/cpp/mapped_shared_buffer.cc ('k') | services/media/common/media_pipe_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698