Index: content/renderer/pepper/resource_creation_impl.h |
diff --git a/content/renderer/pepper/resource_creation_impl.h b/content/renderer/pepper/resource_creation_impl.h |
index 5f48569b18e184cd186e25ca6a9eb939d29d8b7d..ad28338943c947449eec68690c6c7db9a87a91c2 100644 |
--- a/content/renderer/pepper/resource_creation_impl.h |
+++ b/content/renderer/pepper/resource_creation_impl.h |
@@ -57,7 +57,7 @@ |
PP_Resource CreateGraphics3DRaw( |
PP_Instance instance, |
PP_Resource share_context, |
- const gpu::gles2::ContextCreationAttribHelper& attrib_helper, |
+ const int32_t* attrib_list, |
gpu::Capabilities* capabilities, |
base::SharedMemoryHandle* shared_state, |
gpu::CommandBufferId* command_buffer_id) override; |