Backout 4987ffd173a4 (bug 687267) for bustage
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user