| Index: gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc b/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc
|
| index 0d936aa5811ee89c1c2be2912b952e6218964d16..a8d5e4354b29a22f14c719c7f4176c9c64e9f366 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_apply_framebuffer_attachment_cmaa_intel.cc
|
| @@ -250,7 +250,7 @@
|
| copier->DoCopySubTexture(
|
| decoder, GL_TEXTURE_2D, rgba8_texture_, GL_RGBA8, GL_TEXTURE_2D,
|
| source_texture, internal_format, 0, 0, 0, 0, width_, height_,
|
| - width_, height_, width_, height_, false, false, false, DIRECT_DRAW);
|
| + width_, height_, width_, height_, false, false, false);
|
| } else {
|
| ApplyCMAAEffectTexture(source_texture, source_texture, do_copy);
|
| }
|
|
|