зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c8b4ad4b1b
Коммит
4172cf6b68
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче