| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| index e48aad8c7f4558a65553d5a188c6a1f736f65815..63a3dc96be81d9019774e9fe6217c7744cd363fc 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -70,7 +70,7 @@ InterfaceMapElement interface_map[] = {
|
| { PPB_FIND_DEV_INTERFACE, PluginFind::GetInterface(), true },
|
| { PPB_FONT_DEV_INTERFACE, PluginFont::GetInterface(), true },
|
| { PPB_FULLSCREEN_INTERFACE, PluginFullscreen::GetInterface(), true },
|
| - { PPB_GAMEPAD_DEV_INTERFACE, PluginGamepad::GetInterface(), true },
|
| + { PPB_GAMEPAD_INTERFACE, PluginGamepad::GetInterface(), true },
|
| { PPB_GRAPHICS_2D_INTERFACE, PluginGraphics2D::GetInterface(), true },
|
| { PPB_GRAPHICS_3D_INTERFACE, PluginGraphics3D::GetInterface(), true },
|
| { PPB_IMAGEDATA_INTERFACE, PluginImageData::GetInterface(), true },
|
|
|