Scroll position updates shouldn't start the Carbon plugin idle event timer. b=535630 r=smichaud

This commit is contained in:
Josh Aas 2009-12-17 15:41:13 -05:00
Родитель 40f0c6cd3d
Коммит 1166ff6bde
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -3614,8 +3614,6 @@ nsresult nsPluginInstanceOwner::ScrollPositionDidChange(nsIScrollableView* aScro
pluginWidget->EndDrawPlugin();
}
}
StartTimer(PR_TRUE);
#endif
return NS_OK;
}