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

Unified Diff: content/common/gpu/client/gpu_memory_buffer_impl.h

Issue 302603004: Plumb GpuMemoryBuffer allocation to GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed to size Created 6 years, 6 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/common/gpu/client/gpu_memory_buffer_impl.h
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl.h b/content/common/gpu/client/gpu_memory_buffer_impl.h
index 95bddccff2e3c8fdb36d2678059c6d889a3d77c7..d781b647bae06f56c4262c6274aac3c19eed766d 100644
--- a/content/common/gpu/client/gpu_memory_buffer_impl.h
+++ b/content/common/gpu/client/gpu_memory_buffer_impl.h
@@ -33,6 +33,7 @@ class GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer {
unsigned internalformat,
unsigned usage,
base::ProcessHandle child_process,
+ int child_id,
reveman 2014/06/09 23:27:59 This seems fine unless there's some existing mecha
const AllocationCallback& callback);
// Creates an instance from the given |handle|. |size| and |internalformat|

Powered by Google App Engine
This is Rietveld 408576698