зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
4da46a45c0
Коммит
75047f874d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче