Move Carbon plugin idle event rate back up to 8 events per second to avoid Flash audio stuttering. b=525533 r=roc

This commit is contained in:
Josh Aas 2009-11-17 15:36:33 -05:00
Родитель 4da46a45c0
Коммит 75047f874d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -210,7 +210,7 @@ static PRLogModuleInfo *nsObjectFrameLM = PR_NewLogModule("nsObjectFrame");
#define NORMAL_PLUGIN_DELAY 20
// must avoid audio skipping/delays
#define HIDDEN_PLUGIN_DELAY 250
#define HIDDEN_PLUGIN_DELAY 125
// special class for handeling DOM context menu events because for
// some reason it starves other mouse events if implemented on the