Bug 1283888 - Remove NATIVE_POKE event from Java; r=me

Remove the obsolete NATIVE_POKE event from GeckoEvent.
This commit is contained in:
Jim Chen
2016-08-04 09:15:16 -04:00
parent 6e63cd22ba
commit b8a232a096
3 changed files with 0 additions and 12 deletions

View File

@@ -656,10 +656,6 @@ nsAppShell::LegacyGeckoEvent::Run()
EVLOG("nsAppShell: event %p %d", (void*)curEvent.get(), curEvent->Type());
switch (curEvent->Type()) {
case AndroidGeckoEvent::NATIVE_POKE:
nsAppShell::Get()->NativeEventCallback();
break;
case AndroidGeckoEvent::ZOOMEDVIEW: {
if (!nsAppShell::Get()->mBrowserApp)
break;