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: media/capture/video/video_capture_buffer_pool.h

Issue 2398813002: Cleanup of video capture into GpuMemoryBuffer (Closed)
Patch Set: Rebase 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.h
diff --git a/media/capture/video/video_capture_buffer_pool.h b/media/capture/video/video_capture_buffer_pool.h
index 0f0a49202620a038985e9e17d20d150af986f9ff..1b7263e9b63ce0b4dd5dd0000acc929575cd1fca 100644
--- a/media/capture/video/video_capture_buffer_pool.h
+++ b/media/capture/video/video_capture_buffer_pool.h
@@ -45,10 +45,6 @@ class CAPTURE_EXPORT VideoCaptureBufferPool
virtual bool ShareToProcess(int buffer_id,
base::ProcessHandle process_handle,
base::SharedMemoryHandle* new_handle) = 0;
- virtual bool ShareToProcess2(int buffer_id,
- int plane,
- base::ProcessHandle process_handle,
- gfx::GpuMemoryBufferHandle* new_handle) = 0;
// Try and obtain a BufferHandle for |buffer_id|.
virtual std::unique_ptr<VideoCaptureBufferHandle> GetBufferHandle(
« no previous file with comments | « media/capture/video/fake_video_capture_device_unittest.cc ('k') | media/capture/video/video_capture_buffer_pool_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698