Bug 1328658 - Notify main thread of a failed attempt to start an APZ scrollbar drag. r=kats,tnikkel
MozReview-Commit-ID: ERm1sVNfoKL
This commit is contained in:
@@ -85,6 +85,12 @@ ContentProcessController::NotifyFlushComplete()
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
ContentProcessController::NotifyAsyncScrollbarDragRejected(const FrameMetrics::ViewID& aScrollId)
|
||||
{
|
||||
APZCCallbackHelper::NotifyAsyncScrollbarDragRejected(aScrollId);
|
||||
}
|
||||
|
||||
void
|
||||
ContentProcessController::PostDelayedTask(already_AddRefed<Runnable> aRunnable, int aDelayMs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user