| Index: gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h b/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h
|
| index bb3ff305d24c8db440eb0e79098f599d1b954011..93cdc58c7262cfbf93417326aff36e3f8fd066a3 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h
|
| @@ -56,9 +56,11 @@ class GPU_EXPORT CopyTextureCHROMIUMResourceManager {
|
| void DoCopyTexture(const gles2::GLES2Decoder* decoder,
|
| GLenum source_target,
|
| GLuint source_id,
|
| + GLint source_level,
|
| GLenum source_internal_format,
|
| GLenum dest_target,
|
| GLuint dest_id,
|
| + GLint dest_level,
|
| GLenum dest_internal_format,
|
| GLsizei width,
|
| GLsizei height,
|
| @@ -70,9 +72,11 @@ class GPU_EXPORT CopyTextureCHROMIUMResourceManager {
|
| void DoCopySubTexture(const gles2::GLES2Decoder* decoder,
|
| GLenum source_target,
|
| GLuint source_id,
|
| + GLint source_level,
|
| GLenum source_internal_format,
|
| GLenum dest_target,
|
| GLuint dest_id,
|
| + GLint dest_level,
|
| GLenum dest_internal_format,
|
| GLint xoffset,
|
| GLint yoffset,
|
| @@ -92,9 +96,11 @@ class GPU_EXPORT CopyTextureCHROMIUMResourceManager {
|
| void DoCopySubTextureWithTransform(const gles2::GLES2Decoder* decoder,
|
| GLenum source_target,
|
| GLuint source_id,
|
| + GLint source_level,
|
| GLenum source_internal_format,
|
| GLenum dest_target,
|
| GLuint dest_id,
|
| + GLint dest_level,
|
| GLenum dest_internal_format,
|
| GLint xoffset,
|
| GLint yoffset,
|
| @@ -118,9 +124,11 @@ class GPU_EXPORT CopyTextureCHROMIUMResourceManager {
|
| void DoCopyTextureWithTransform(const gles2::GLES2Decoder* decoder,
|
| GLenum source_target,
|
| GLuint source_id,
|
| + GLint source_level,
|
| GLenum source_format,
|
| GLenum dest_target,
|
| GLuint dest_id,
|
| + GLint dest_level,
|
| GLenum dest_format,
|
| GLsizei width,
|
| GLsizei height,
|
| @@ -162,9 +170,11 @@ class GPU_EXPORT CopyTextureCHROMIUMResourceManager {
|
| void DoCopyTextureInternal(const gles2::GLES2Decoder* decoder,
|
| GLenum source_target,
|
| GLuint source_id,
|
| + GLint source_level,
|
| GLenum source_format,
|
| GLenum dest_target,
|
| GLuint dest_id,
|
| + GLint dest_level,
|
| GLenum dest_format,
|
| GLint xoffset,
|
| GLint yoffset,
|
|
|