Backout 4987ffd173a4 (bug 687267) for bustage

This commit is contained in:
Ed Morley
2012-07-23 14:47:54 +01:00
parent 53da78ed82
commit c289f9f162
46 changed files with 1259 additions and 2362 deletions

View File

@@ -102,7 +102,7 @@ public class GeckoAppShell
public static native void notifyListCreated(int aListId, int aMessageId, String aReceiver, String aSender, String aBody, long aTimestamp, int aRequestId, long aProcessId);
public static native void notifyGotNextMessage(int aMessageId, String aReceiver, String aSender, String aBody, long aTimestamp, int aRequestId, long aProcessId);
public static native void notifyReadingMessageListFailed(int aError, int aRequestId, long aProcessId);
public static native void onSurfaceTextureFrameAvailable(Object surfaceTexture, int id);
public static native void onSurfaceTextureFrameAvailable(SurfaceTexture surfaceTexture, int id);
// A looper thread, accessed by GeckoAppShell.getHandler
private static class LooperThread extends Thread {
@@ -1848,10 +1848,4 @@ public class GeckoAppShell
public static String getGfxInfoData() {
return null;
}
public static void registerSurfaceTextureFrameListener(Object surfaceTexture, final int id) {
}
public static void unregisterSurfaceTextureFrameListener(Object surfaceTexture) {
}
}