Bug 846774 - Replace the sync event with an ack flag on events. r=cpeterson
This commit is contained in:
@@ -559,8 +559,16 @@ nsAppShell::ProcessNextNativeEvent(bool mayWait)
|
||||
break;
|
||||
}
|
||||
|
||||
case AndroidGeckoEvent::NOOP:
|
||||
break;
|
||||
|
||||
default:
|
||||
nsWindow::OnGlobalAndroidEvent(curEvent);
|
||||
break;
|
||||
}
|
||||
|
||||
if (curEvent->AckNeeded()) {
|
||||
AndroidBridge::Bridge()->AcknowledgeEvent();
|
||||
}
|
||||
|
||||
EVLOG("nsAppShell: -- done event %p %d", (void*)curEvent.get(), curEvent->Type());
|
||||
|
||||
Reference in New Issue
Block a user