| Index: gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc b/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc
|
| index bbfdda122e9c455ba9f67c0b9bc959cda32c43a2..d310095abde33f891578a549c06f7921ccaad4f0 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc
|
| @@ -105,10 +105,10 @@ ShaderId GetVertexShaderId(GLenum target) {
|
| // Returns the correct fragment shader id to evaluate the copy operation for
|
| // the premultiply alpha pixel store settings and target.
|
| ShaderId GetFragmentShaderId(bool premultiply_alpha,
|
| - bool unpremultiply_alpha,
|
| - GLenum target,
|
| - GLenum source_format,
|
| - GLenum dest_format) {
|
| + bool unpremultiply_alpha,
|
| + GLenum target,
|
| + GLenum source_format,
|
| + GLenum dest_format) {
|
| unsigned alphaIndex = 0;
|
| unsigned targetIndex = 0;
|
| unsigned sourceFormatIndex = 0;
|
|
|