Bug 1199885 - Part 12: Add StartScrollbarDrag IPC message. r=kats
This commit is contained in:
@@ -1141,6 +1141,12 @@ uint32_t PuppetWidget::GetMaxTouchPoints() const
|
||||
return sTouchPoints;
|
||||
}
|
||||
|
||||
void
|
||||
PuppetWidget::StartAsyncScrollbarDrag(const AsyncDragMetrics& aDragMetrics)
|
||||
{
|
||||
mTabChild->SendStartScrollbarDrag(aDragMetrics);
|
||||
}
|
||||
|
||||
PuppetScreen::PuppetScreen(void *nativeScreen)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user