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 b517ec0177dcdc2f5311c529dcd07ca463be8fc0..033780dc69e6b4d87fee991ff736883413d5ab0f 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl.h |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl.h |
@@ -27,6 +27,7 @@ class GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer { |
static void Create(const gfx::Size& size, |
unsigned internalformat, |
unsigned usage, |
+ int gpu_client_id, |
reveman
2014/09/10 16:10:13
Sorry, I'd prefer "client_id" rather than gpu_clie
|
const CreationCallback& callback); |
// Allocates a GPU memory buffer with |size| and |internalformat| for |usage| |