Index: content/renderer/gpu/gpu_channel_host.h |
=================================================================== |
--- content/renderer/gpu/gpu_channel_host.h (revision 89700) |
+++ content/renderer/gpu/gpu_channel_host.h (working copy) |
@@ -76,11 +76,9 @@ |
// Create and connect to a command buffer in the GPU process. |
CommandBufferProxy* CreateOffscreenCommandBuffer( |
- CommandBufferProxy* parent, |
const gfx::Size& size, |
const std::string& allowed_extensions, |
const std::vector<int32>& attribs, |
- uint32 parent_texture_id, |
const GURL& active_url); |
// Destroy a command buffer created by this channel. |