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

Unified Diff: media/capture/video/video_capture_buffer_pool_impl.h

Issue 2573223002: [Mojo Video Capture] Simplify media::VideoCaptureDevice::Client:Buffer to a struct (Closed)
Patch Set: mcasas comments Created 3 years, 11 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: media/capture/video/video_capture_buffer_pool_impl.h
diff --git a/media/capture/video/video_capture_buffer_pool_impl.h b/media/capture/video/video_capture_buffer_pool_impl.h
index 08c84750c2dfa882c67c18db6736064a9090aecd..21d1350420ce0b38f97920909230b96b7891b307 100644
--- a/media/capture/video/video_capture_buffer_pool_impl.h
+++ b/media/capture/video/video_capture_buffer_pool_impl.h
@@ -35,8 +35,9 @@ class CAPTURE_EXPORT VideoCaptureBufferPoolImpl
int count);
// VideoCaptureBufferPool implementation.
- mojo::ScopedSharedBufferHandle GetHandleForTransit(int buffer_id) override;
- std::unique_ptr<VideoCaptureBufferHandle> GetBufferHandle(
+ mojo::ScopedSharedBufferHandle GetHandleForInterProcessTransit(
+ int buffer_id) override;
+ std::unique_ptr<VideoCaptureBufferHandle> GetHandleForInProcessAccess(
int buffer_id) override;
int ReserveForProducer(const gfx::Size& dimensions,
media::VideoPixelFormat format,
« no previous file with comments | « media/capture/video/video_capture_buffer_pool.h ('k') | media/capture/video/video_capture_buffer_pool_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698