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

Unified Diff: services/media/framework_mojo/mojo_consumer.h

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 | « services/media/common/media_pipe_base.cc ('k') | services/media/framework_mojo/mojo_consumer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework_mojo/mojo_consumer.h
diff --git a/services/media/framework_mojo/mojo_consumer.h b/services/media/framework_mojo/mojo_consumer.h
index 076623ec253ef7a84ab3f9f13861d91f2b21d266..c464373265813438bddee3761e6b4d880671e1fb 100644
--- a/services/media/framework_mojo/mojo_consumer.h
+++ b/services/media/framework_mojo/mojo_consumer.h
@@ -52,7 +52,6 @@ class MojoConsumer : public MojoConsumerMediaConsumer, public ActiveSource {
// MediaConsumer implementation.
void SetBuffer(
ScopedSharedBufferHandle buffer,
- uint64_t size,
const SetBufferCallback& callback) override;
void SendPacket(MediaPacketPtr packet, const SendPacketCallback& callback)
« no previous file with comments | « services/media/common/media_pipe_base.cc ('k') | services/media/framework_mojo/mojo_consumer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698