Skip to content
Snippets Groups Projects
Commit 132a3eab authored by Brad Lassey's avatar Brad Lassey
Browse files

bug 755070 - Scrolling causes after paint notifications which causes...

bug 755070 - Scrolling causes after paint notifications which causes screenshotting which causes checkerboarding, follow up to fix XUL builds r=kats
parent 72c82e29
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment