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

Unified Diff: content/browser/renderer_host/media/shared_memory_buffer_tracker.cc

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: content/browser/renderer_host/media/shared_memory_buffer_tracker.cc
diff --git a/content/browser/renderer_host/media/shared_memory_buffer_tracker.cc b/content/browser/renderer_host/media/shared_memory_buffer_tracker.cc
index af9235bec9bb5bbc469b730fdfc201bf8ab091a0..bf8e3cd47869215972d1277ae29fbdbd23375cb3 100644
--- a/content/browser/renderer_host/media/shared_memory_buffer_tracker.cc
+++ b/content/browser/renderer_host/media/shared_memory_buffer_tracker.cc
@@ -41,12 +41,4 @@ bool SharedMemoryBufferTracker::ShareToProcess(
return shared_memory_.ShareToProcess(process_handle, new_handle);
}
-bool SharedMemoryBufferTracker::ShareToProcess2(
- int plane,
- base::ProcessHandle process_handle,
- gfx::GpuMemoryBufferHandle* new_handle) {
- NOTREACHED();
- return false;
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698