Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index b17344bb6f9033253a448527724a0400593351dd..55bf7f26f0eafa8beba19fe8dfe28fdd66e0d646 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -490,7 +490,7 @@ IPC_MESSAGE_ROUTED4(AcceleratedVideoDecoderMsg_Decode, |
// Sent from Renderer process to the GPU process to give the texture IDs for |
// the textures the decoder will use for output. Delays evaluation until |
// |token.second| is seen. |
-IPC_MESSAGE_ROUTED4(AcceleratedVideoDecoderMsg_AssignTextures, |
+IPC_MESSAGE_ROUTED4(AcceleratedVideoDecoderMsg_AssignGLESBuffers, |
gpu::ReadWriteTokens, /* tokens */ |
std::vector<int32>, /* Picture buffer ID */ |
std::vector<uint32>, /* Texture ID */ |