Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ppapi / proxy / nacl_message_scanner.cc
index 6fb98f5..1cbf53d 100644 (file)
@@ -327,7 +327,7 @@ bool NaClMessageScanner::ScanMessage(
       uint32_t type = iter->second;
       pending_sync_msgs_.erase(iter);
       switch (type) {
-        CASE_FOR_REPLY(PpapiHostMsg_PPBGraphics3D_GetTransferBuffer)
+        CASE_FOR_REPLY(PpapiHostMsg_PPBGraphics3D_CreateTransferBuffer)
         CASE_FOR_REPLY(PpapiHostMsg_PPBImageData_CreateSimple)
         CASE_FOR_REPLY(PpapiHostMsg_ResourceSyncCall)
         CASE_FOR_REPLY(PpapiHostMsg_SharedMemory_CreateSharedMemory)