Index: gpu/command_buffer/client/gles2_implementation.cc |
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc |
index d2f959c11b23f2ce34f6cd3c01ac053595704877..d660b99c445387ee40c3fd8a94fce65c7979bc8d 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.cc |
+++ b/gpu/command_buffer/client/gles2_implementation.cc |
@@ -5711,7 +5711,7 @@ GLuint GLES2Implementation::CreateAndConsumeTextureCHROMIUM( |
"GenMailboxCHROMIUM."; |
GLuint client_id; |
GetIdHandler(id_namespaces::kTextures)->MakeIds(this, 0, 1, &client_id); |
- helper_->CreateAndConsumeTextureCHROMIUMImmediate(target, |
+ helper_->CreateAndConsumeTextureINTERNALImmediate(target, |
client_id, data); |
if (share_group_->bind_generates_resource()) |
helper_->CommandBufferHelper::Flush(); |