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

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

Issue 557353002: Remove the assumption about client_id from gpu memory buffer allocation on the browser side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 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|

Powered by Google App Engine
This is Rietveld 408576698