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

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

Issue 2410383002: VideoCapture: more migration IPC-->mojo, part 6 (Closed)
Patch Set: Comment correction Created 4 years, 2 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 8265d70723ce44b5b26e0435a25a18fe1799f63c..27f25ee4626bbf559004b74912716d4262761401 100644
--- a/media/capture/video/video_capture_buffer_pool_impl.h
+++ b/media/capture/video/video_capture_buffer_pool_impl.h
@@ -34,10 +34,8 @@ class CAPTURE_EXPORT VideoCaptureBufferPoolImpl
std::unique_ptr<VideoCaptureBufferTrackerFactory> buffer_tracker_factory,
int count);
- // Implementation of VideoCaptureBufferPool interface:
- bool ShareToProcess(int buffer_id,
- base::ProcessHandle process_handle,
- base::SharedMemoryHandle* new_handle) override;
+ // VideoCaptureBufferPool implementation.
+ mojo::ScopedSharedBufferHandle GetHandleForTransit(int buffer_id) override;
std::unique_ptr<VideoCaptureBufferHandle> GetBufferHandle(
int buffer_id) override;
int ReserveForProducer(const gfx::Size& dimensions,

Powered by Google App Engine
This is Rietveld 408576698