Bug 1479640: Restructure cleartype parameter code to run less frequently and only in the parent process. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D4784
This commit is contained in:
Bas Schouten
2018-09-13 18:59:27 +00:00
parent 9c107888a1
commit ccd6aa3ac0
10 changed files with 105 additions and 110 deletions

View File

@@ -267,10 +267,6 @@ WebRenderLayerManager::EndTransactionWithoutLayer(nsDisplayList* aDisplayList,
{
AUTO_PROFILER_TRACING("Paint", "RenderLayers");
#ifdef XP_WIN
gfxDWriteFont::UpdateClearTypeUsage();
#endif
// Since we don't do repeat transactions right now, just set the time
mAnimationReadyTime = TimeStamp::Now();