bug 746016 - Cache low res version of the page in the java ui for use instead of checkerboarding r=kats

This commit is contained in:
Brad Lassey
2012-04-24 15:13:36 -04:00
parent d04111ac23
commit d1c25e9164
20 changed files with 559 additions and 43 deletions

View File

@@ -520,7 +520,13 @@ AndroidGeckoEvent::Init(JNIEnv *jenv, jobject jobj)
case SCREENSHOT: {
mMetaState = jenv->GetIntField(jobj, jMetaStateField);
ReadPointArray(mPoints, jenv, jPoints, 2);
mFlags = jenv->GetIntField(jobj, jFlagsField);
ReadPointArray(mPoints, jenv, jPoints, 4);
break;
}
case PAINT_LISTEN_START_EVENT: {
mMetaState = jenv->GetIntField(jobj, jMetaStateField);
break;
}