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

Unified Diff: content/browser/android/child_process_launcher_android.h

Issue 195583003: Add initial GpuMemoryBufferSurfaceTexture implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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/android/child_process_launcher_android.h
diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h
index 5d4ee7442fb935548dc5e3d2c797fdaf5073fd4d..452b9b639c3baa0471c1f23a54550bd93ddca2a1 100644
--- a/content/browser/android/child_process_launcher_android.h
+++ b/content/browser/android/child_process_launcher_android.h
@@ -22,6 +22,7 @@ typedef base::Callback<void(base::ProcessHandle)> StartChildProcessCallback;
// retuned if the process could not be created.
void StartChildProcess(
const base::CommandLine::StringVector& argv,
+ int child_process_id,
const std::vector<FileDescriptorInfo>& files_to_register,
const StartChildProcessCallback& callback);
« no previous file with comments | « content/app/android/child_process_service.cc ('k') | content/browser/android/child_process_launcher_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698