| Index: ppapi/proxy/handle_converter.cc
|
| diff --git a/ppapi/proxy/handle_converter.cc b/ppapi/proxy/handle_converter.cc
|
| index 4c7d282cc93b2c4b70d8c374b69733dd5af4949e..b77ee49296405fce1548d143ef5b94dd9524cd71 100644
|
| --- a/ppapi/proxy/handle_converter.cc
|
| +++ b/ppapi/proxy/handle_converter.cc
|
| @@ -259,7 +259,7 @@ bool HandleConverter::ConvertNativeHandlesToPosix(
|
| pending_sync_msgs_.erase(iter);
|
| switch (type) {
|
| CASE_FOR_REPLY(PpapiHostMsg_PPBGraphics3D_GetTransferBuffer)
|
| - CASE_FOR_REPLY(PpapiHostMsg_PPBImageData_CreateNaCl)
|
| + CASE_FOR_REPLY(PpapiHostMsg_PPBImageData_CreateSimple)
|
| CASE_FOR_REPLY(PpapiHostMsg_ResourceSyncCall)
|
| CASE_FOR_REPLY(PpapiHostMsg_SharedMemory_CreateSharedMemory)
|
| default:
|
|
|