Backout 01fb250fbba1 (changeset description should have said bug 756504, not bug 756505). a=oops
This commit is contained in:
@@ -584,7 +584,6 @@ public:
|
||||
nsAString& CharactersExtra() { return mCharactersExtra; }
|
||||
int KeyCode() { return mKeyCode; }
|
||||
int MetaState() { return mMetaState; }
|
||||
int DomKeyLocation() { return mDomKeyLocation; }
|
||||
bool IsAltPressed() const { return (mMetaState & AndroidKeyEvent::META_ALT_MASK) != 0; }
|
||||
bool IsShiftPressed() const { return (mMetaState & AndroidKeyEvent::META_SHIFT_MASK) != 0; }
|
||||
int Flags() { return mFlags; }
|
||||
@@ -614,7 +613,6 @@ protected:
|
||||
nsTArray<float> mPressures;
|
||||
nsIntRect mRect;
|
||||
int mFlags, mMetaState;
|
||||
int mDomKeyLocation;
|
||||
int mKeyCode, mUnicodeChar;
|
||||
int mRepeatCount;
|
||||
int mOffset, mCount;
|
||||
@@ -665,7 +663,6 @@ protected:
|
||||
static jfieldID jCharactersExtraField;
|
||||
static jfieldID jKeyCodeField;
|
||||
static jfieldID jMetaStateField;
|
||||
static jfieldID jDomKeyLocationField;
|
||||
static jfieldID jFlagsField;
|
||||
static jfieldID jOffsetField;
|
||||
static jfieldID jCountField;
|
||||
|
||||
Reference in New Issue
Block a user