backing out bug 755070 for potential talos panning regression

This commit is contained in:
Brad Lassey
2012-06-05 22:55:18 -04:00
parent d25e21af92
commit a7fbcda140
17 changed files with 120 additions and 336 deletions

View File

@@ -573,10 +573,8 @@ public class GeckoAppShell
// these 2 stubs are never called in XUL Fennec, but we need them so that
// the JNI code shared between XUL and Native Fennec doesn't die.
public static void notifyScreenShot(final ByteBuffer data, final int tabId,
final int left, final int top,
final int right, final int bottom,
final int bufferWidth, final int bufferHeight, final int token) {
public static void notifyScreenShot(final ByteBuffer data, final int tabId, final int x, final int y,
final int width, final int height, final int token) {
}
public static void notifyPaintedRect(float top, float left, float bottom, float right) {