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 |