Bug 1148149 - Support Android Presentation API. r=snorp, r=jgilbert

This commit is contained in:
Randall Barker
2015-04-10 22:14:00 -04:00
parent 983be4c745
commit c2f98c668e
15 changed files with 517 additions and 1 deletions

View File

@@ -294,6 +294,9 @@ public class GeckoAppShell
public static native SurfaceBits getSurfaceBits(Surface surface);
public static native void addPresentationSurface(Surface surface);
public static native void removePresentationSurface(Surface surface);
public static native void onFullScreenPluginHidden(View view);
public static class CreateShortcutFaviconLoadedListener implements OnFaviconLoadedListener {