| Index: gpu/command_buffer/service/texture_manager.cc
|
| ===================================================================
|
| --- gpu/command_buffer/service/texture_manager.cc (revision 131422)
|
| +++ gpu/command_buffer/service/texture_manager.cc (working copy)
|
| @@ -265,8 +265,8 @@
|
| info.type = type;
|
|
|
| estimated_size_ -= info.estimated_size;
|
| - GLES2Util::ComputeImageDataSize(
|
| - width, height, format, type, 4, &info.estimated_size);
|
| + GLES2Util::ComputeImageDataSizes(
|
| + width, height, format, type, 4, &info.estimated_size, NULL, NULL);
|
| estimated_size_ += info.estimated_size;
|
|
|
| if (!info.cleared) {
|
|
|