| Index: webkit/plugins/ppapi/plugin_module.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/plugin_module.cc (revision 102885)
|
| +++ webkit/plugins/ppapi/plugin_module.cc (working copy)
|
| @@ -273,6 +273,8 @@
|
| return ::ppapi::thunk::GetPPB_Flash_TCPSocket_Thunk();
|
| if (strcmp(name, PPB_FLASH_UDPSOCKET_INTERFACE) == 0)
|
| return ::ppapi::thunk::GetPPB_Flash_UDPSocket_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)
|
|
|