Bug 1199885 - Part 12: Add StartScrollbarDrag IPC message. r=kats

This commit is contained in:
Benoit Girard
2015-09-28 17:00:25 -04:00
parent dd6ff6df02
commit 5ab9060ba4
10 changed files with 65 additions and 0 deletions

View File

@@ -1141,6 +1141,12 @@ uint32_t PuppetWidget::GetMaxTouchPoints() const
return sTouchPoints;
}
void
PuppetWidget::StartAsyncScrollbarDrag(const AsyncDragMetrics& aDragMetrics)
{
mTabChild->SendStartScrollbarDrag(aDragMetrics);
}
PuppetScreen::PuppetScreen(void *nativeScreen)
{
}