mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
bug 755070 - Scrolling causes after paint notifications which causes screenshotting which causes checkerboarding, follow up to fix XUL builds r=kats
--HG-- extra : rebase_source : 89ff25b70b9e79dcc0bfee43c10959ab36f970ab
This commit is contained in:
parent
f918b8ca31
commit
50b6d613a0
@ -15,6 +15,7 @@ import android.hardware.*;
|
||||
import android.location.*;
|
||||
import android.util.FloatMath;
|
||||
import android.util.DisplayMetrics;
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
import android.util.Log;
|
||||
|
||||
@ -100,6 +101,8 @@ public class GeckoEvent {
|
||||
|
||||
public int mNativeWindow;
|
||||
|
||||
public ByteBuffer mBuffer;
|
||||
|
||||
public GeckoEvent() {
|
||||
mType = NATIVE_POKE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user