Bug 1021804 - Long press on news story links invoke context menu, r=kats, wesj

This commit is contained in:
Mark Capella
2014-08-29 17:32:40 -04:00
parent ef93903bcf
commit dfb228ca0c
8 changed files with 119 additions and 56 deletions

View File

@@ -454,6 +454,7 @@ AndroidGeckoEvent::Init(JNIEnv *jenv, jobject jobj)
break;
case MOTION_EVENT:
case LONG_PRESS:
mTime = jenv->GetLongField(jobj, jTimeField);
mMetaState = jenv->GetIntField(jobj, jMetaStateField);
mCount = jenv->GetIntField(jobj, jCountField);