Index: ppapi/proxy/resource_creation_proxy.cc |
diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc |
index fa0884354a241b55c15a99880dc6540fc01ef7b3..31b2cfd8461a549acd92cb5de15537a29d0cc07d 100644 |
--- a/ppapi/proxy/resource_creation_proxy.cc |
+++ b/ppapi/proxy/resource_creation_proxy.cc |
@@ -267,7 +267,7 @@ PP_Resource ResourceCreationProxy::CreateGraphics3DRaw( |
const int32_t* attrib_list, |
gpu::Capabilities* capabilities, |
base::SharedMemoryHandle* shared_state, |
- uint64_t* command_buffer_id) { |
+ gpu::CommandBufferId* command_buffer_id) { |
// Not proxied. The raw creation function is used only in the implementation |
// of the proxy on the host side. |
return 0; |