Bug 1083395 - Replace the touch block balance with an input block identifier. r=botond

This commit is contained in:
Kartikaya Gupta
2014-10-24 13:29:30 -04:00
parent ad51d228db
commit 0b12b07fa8
31 changed files with 403 additions and 334 deletions

View File

@@ -690,6 +690,13 @@ AndroidGeckoEvent::ApzGuid()
return mApzGuid;
}
uint64_t
AndroidGeckoEvent::ApzInputBlockId()
{
MOZ_ASSERT(Type() == APZ_INPUT_EVENT);
return mApzInputBlockId;
}
WidgetTouchEvent
AndroidGeckoEvent::MakeTouchEvent(nsIWidget* widget)
{