void
GeckoTouchDispatcher::NotifyVsync(TimeStamp aVsyncTimestamp)
{
  MOZ_ASSERT(mResamplingEnabled);
  layers::APZThreadUtils::AssertOnControllerThread();
  DispatchTouchMoveEvents(aVsyncTimestamp);
}
void
GeckoTouchDispatcher::NotifyVsync(TimeStamp aVsyncTimestamp)
{
  layers::APZThreadUtils::AssertOnControllerThread();
  DispatchTouchMoveEvents(aVsyncTimestamp);
}