| Index: webkit/plugins/ppapi/plugin_module.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/plugin_module.cc (revision 102782)
|
| +++ webkit/plugins/ppapi/plugin_module.cc (working copy)
|
| @@ -270,6 +270,8 @@
|
| return ::ppapi::thunk::GetPPB_Flash_Menu_Thunk();
|
| if (strcmp(name, PPB_FLASH_TCPSOCKET_INTERFACE) == 0)
|
| return ::ppapi::thunk::GetPPB_Flash_TCPSocket_Thunk();
|
| + if (strcmp(name, PPB_FULLSCREEN_DEV_INTERFACE_0_4) == 0)
|
| + return ::ppapi::thunk::GetPPB_FlashFullscreen_Thunk();
|
| if (strcmp(name, PPB_GPU_BLACKLIST_INTERFACE) == 0)
|
| return PPB_GpuBlacklist_Private_Impl::GetInterface();
|
| if (strcmp(name, PPB_GRAPHICS_3D_TRUSTED_INTERFACE) == 0)
|
|
|