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

Unified Diff: content/common/child_process_host_impl.h

Issue 2496783002: gpu: Reuse existing code for shared memory allocation. (Closed)
Patch Set: . Created 4 years, 1 month 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/common/child_process_host_impl.h
diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h
index 3572e347a73c903a9131748732962281a586c656..11c2ca3818140f217151e544c40fde09b34aecc1 100644
--- a/content/common/child_process_host_impl.h
+++ b/content/common/child_process_host_impl.h
@@ -43,7 +43,7 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
// Public and static for reuse by RenderMessageFilter.
static void AllocateSharedMemory(
- size_t buffer_size, base::ProcessHandle child_process,
+ size_t buffer_size,
base::SharedMemoryHandle* handle);
// Returns a unique ID to identify a child process. On construction, this

Powered by Google App Engine
This is Rietveld 408576698