| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| index 5eefa1722a69ad36840302a8193a83a617b676e2..30331e357af0f952191c4597ef9ed353bb08fb28 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| @@ -718,7 +718,8 @@ error::Error DoMapBufferRange(GLenum target,
|
| GLbitfield access,
|
| void* ptr,
|
| int32_t data_shm_id,
|
| - uint32_t data_shm_offset);
|
| + uint32_t data_shm_offset,
|
| + uint32_t* result);
|
| error::Error DoUnmapBuffer(GLenum target);
|
| error::Error DoResizeCHROMIUM(GLuint width,
|
| GLuint height,
|
|
|