Bug 963278 - Better fix to deal with concurrent scroll updates from APZ and other places. r=tn,botond,jimm

This commit is contained in:
Kartikaya Gupta
2014-02-05 17:43:20 -05:00
parent b4d16803a0
commit aefdf36549
22 changed files with 193 additions and 32 deletions

View File

@@ -50,6 +50,13 @@ ParentProcessController::RequestContentRepaint(const FrameMetrics& aFrameMetrics
}
}
void
ParentProcessController::AcknowledgeScrollUpdate(const FrameMetrics::ViewID& aScrollId,
const uint32_t& aScrollGeneration)
{
APZCCallbackHelper::AcknowledgeScrollUpdate(aScrollId, aScrollGeneration);
}
void
ParentProcessController::PostDelayedTask(Task* aTask, int aDelayMs)
{