Index: gpu/command_buffer/service/texture_manager.cc |
diff --git a/gpu/command_buffer/service/texture_manager.cc b/gpu/command_buffer/service/texture_manager.cc |
index b066e8d13d9ae977efa4c35ef97d7552744210f9..91a49584c2a066ae10ab7ca30b088019cacf146d 100644 |
--- a/gpu/command_buffer/service/texture_manager.cc |
+++ b/gpu/command_buffer/service/texture_manager.cc |
@@ -944,8 +944,8 @@ bool Texture::ClearLevel( |
// but only the decoder knows all the state (like unpack_alignment_) that's |
// needed to be able to call GL correctly. |
bool cleared = decoder->ClearLevel( |
- service_id_, target_, info.target, info.level, info.internal_format, |
- info.format, info.type, info.width, info.height, immutable_); |
+ this, info.target, info.level, info.internal_format, info.format, |
+ info.type, info.width, info.height, immutable_); |
UpdateMipCleared(&info, cleared); |
return info.cleared; |
} |