| Index: gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.h b/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.h
|
| index 4f5b4833dad691f2286653724d4b90940b1a1d77..0b89b278084d0158674cd863be7fd2b9e2d9bf7c 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.h
|
| @@ -45,7 +45,7 @@ class GPU_EXPORT ApplyFramebufferAttachmentCMAAINTELResourceManager {
|
| void OnSize(GLint width, GLint height);
|
| void ReleaseTextures();
|
|
|
| - void CopyTexture(GLint source, GLint dest, bool via_fbo);
|
| + void CopyTexture(GLint dest);
|
| GLuint CreateProgram(const char* defines,
|
| const char* vs_source,
|
| const char* fs_source);
|
| @@ -64,8 +64,6 @@ class GPU_EXPORT ApplyFramebufferAttachmentCMAAINTELResourceManager {
|
| GLint width_;
|
| GLint height_;
|
|
|
| - GLuint copy_to_framebuffer_shader_;
|
| - GLuint copy_to_image_shader_;
|
| GLuint edges0_shader_;
|
| GLuint edges1_shader_;
|
| GLuint edges_combine_shader_;
|
| @@ -87,12 +85,10 @@ class GPU_EXPORT ApplyFramebufferAttachmentCMAAINTELResourceManager {
|
| GLuint edges_combine_shader_result_texture_float4_slot1_;
|
| GLuint process_and_apply_shader_result_texture_float4_slot1_;
|
| GLuint edges_combine_shader_result_texture_slot2_;
|
| - GLuint copy_to_image_shader_outTexture_;
|
|
|
| static const char vert_str_[];
|
| static const char cmaa_frag_s1_[];
|
| static const char cmaa_frag_s2_[];
|
| - static const char copy_frag_str_[];
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ApplyFramebufferAttachmentCMAAINTELResourceManager);
|
| };
|
|
|