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

Unified Diff: content/common/gpu/gpu_messages.h

Issue 1345813002: Added a unique command buffer ID for command buffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added gpu namespace for gles2_conform_support/egl/display.cc Created 5 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/gpu_messages.h
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
index 94fd432b95ff817eabc533e13ec8f64e630c4a95..cc4ab0058f7bec9c88d0400be588fea7dbc4c4a5 100644
--- a/content/common/gpu/gpu_messages.h
+++ b/content/common/gpu/gpu_messages.h
@@ -475,6 +475,7 @@ IPC_SYNC_MESSAGE_CONTROL3_1(GpuChannelMsg_CreateOffscreenCommandBuffer,
gfx::Size, /* size */
GPUCreateCommandBufferConfig, /* init_params */
int32, /* route_id */
+ uint64, /* command_buffer_id */
piman 2015/09/15 22:51:05 I don't think this is needed. You have the route i
David Yen 2015/09/15 23:09:03 I accidentally committed this before I was done. I
piman 2015/09/15 23:17:17 I prefer not overspecifying the message. My concer
David Yen 2015/09/16 00:02:50 Ok, I've moved it back.
bool /* succeeded */)
// The CommandBufferProxy sends this to the GpuCommandBufferStub in its

Powered by Google App Engine
This is Rietveld 408576698