mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 755070 - Scrolling causes after paint notifications which causes screenshotting which causes checkerboarding, follow up to fix XUL builds r=kats
This commit is contained in:
parent
7c0030a383
commit
1cf5d955f6
@ -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…
Reference in New Issue
Block a user