Remove unimplemented status from NPN_ForceRedraw for IPC. We are ignoring calls on purpose and do not plan to implement it in any way at this point. b=555511 r=cjones

This commit is contained in:
Josh Aas 2010-03-30 23:53:53 -04:00
Родитель 437a47ae91
Коммит 146d6023c8
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1056,7 +1056,9 @@ _forceredraw(NPP aNPP)
{
PLUGIN_LOG_DEBUG_FUNCTION;
ENSURE_PLUGIN_THREAD_VOID();
NS_WARNING("Not yet implemented!");
// We ignore calls to NPN_ForceRedraw. Such calls should
// never be necessary.
}
const char* NP_CALLBACK