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

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

Issue 2081753002: Motown: Stop requiring size when releasing payload buffers. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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
Index: services/media/framework_mojo/mojo_allocator.h
diff --git a/services/media/framework_mojo/mojo_allocator.h b/services/media/framework_mojo/mojo_allocator.h
index 75a83711e41a19bfe9798ebd0016f80a4b1bbd07..a32d60056da08db5a2cd4c519481950331bdf4a9 100644
--- a/services/media/framework_mojo/mojo_allocator.h
+++ b/services/media/framework_mojo/mojo_allocator.h
@@ -20,7 +20,7 @@ class MojoAllocator : public SharedMediaBufferAllocator,
// PayloadAllocator implementation.
void* AllocatePayloadBuffer(size_t size) override;
- void ReleasePayloadBuffer(size_t size, void* buffer) override;
+ void ReleasePayloadBuffer(void* buffer) override;
};
} // namespace media
« no previous file with comments | « services/media/framework_ffmpeg/ffmpeg_decoder_base.h ('k') | services/media/framework_mojo/mojo_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698