Bug 1083395 - Replace the touch block balance with an input block identifier. r=botond
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user