Bug 725095 - Address review comments in the widget code. r=blassey

- Rip out a lot of unused code in AndroidFlexViewWrapper.*
- Simplify the GetViewTransform JNI code
- Move the references to CompositorParent and CompositorThread from AndroidBridge to nsWindow
- Remove a bunch of logging and add some assertions and comments
This commit is contained in:
Kartikaya Gupta
2012-03-14 00:15:11 -04:00
parent b26e1ed15a
commit a47d6f09d0
11 changed files with 101 additions and 324 deletions

View File

@@ -464,7 +464,6 @@ nsAppShell::ProcessNextNativeEvent(bool mayWait)
break;
}
case AndroidGeckoEvent::VIEWPORT:
case AndroidGeckoEvent::BROADCAST: {