Bug 1192910 - Ensure we flush paints on the main thread during an APZ flush. r=mstange

MozReview-Commit-ID: 61dyeqxxtVP
This commit is contained in:
Kartikaya Gupta
2016-03-07 16:27:44 -05:00
parent 56d49bac4b
commit dc48ca84d9
4 changed files with 18 additions and 4 deletions

View File

@@ -232,5 +232,5 @@ void
ChromeProcessController::NotifyFlushComplete()
{
MOZ_ASSERT(NS_IsMainThread());
APZCCallbackHelper::NotifyFlushComplete();
APZCCallbackHelper::NotifyFlushComplete(GetPresShell());
}