| Index: gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h (revision 141671)
|
| +++ gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h (working copy)
|
| @@ -18,7 +18,8 @@
|
| void Destroy();
|
|
|
| void DoCopyTexture(GLenum target, GLuint source_id, GLuint dest_id,
|
| - GLint level, bool flip_y, bool premultiply_alpha);
|
| + GLint level, bool flip_y, bool premultiply_alpha,
|
| + bool unpremultiply_alpha);
|
|
|
| // The attributes used during invocation of the extension.
|
| static const GLuint kVertexPositionAttrib = 0;
|
| @@ -27,7 +28,7 @@
|
| private:
|
| bool initialized_;
|
|
|
| - static const int kNumPrograms = 4;
|
| + static const int kNumPrograms = 5;
|
| GLuint programs_[kNumPrograms];
|
| GLuint buffer_ids_[2];
|
| GLuint framebuffer_;
|
|
|