Chromium Code Reviews| 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 ffb9370bca76f071a1a3619a96e9a858007bafda..a8370a7c4e56b0c683fb13422e4550af87378215 100644 |
| --- a/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc |
| +++ b/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc |
| @@ -260,8 +260,6 @@ CopyTextureCHROMIUMResourceManager::CopyTextureCHROMIUMResourceManager() |
| framebuffer_(0u) {} |
| CopyTextureCHROMIUMResourceManager::~CopyTextureCHROMIUMResourceManager() { |
| - DCHECK(!buffer_id_); |
|
Ken Russell (switch to Gerrit)
2014/12/05 18:59:28
Please add the comment here from the CL descriptio
|
| - DCHECK(!framebuffer_); |
| } |
| void CopyTextureCHROMIUMResourceManager::Initialize( |