Backout 3875fa9aaec1 (changeset author is Christian Vielma, not Chris Peterson). a=oops

This commit is contained in:
Chris Peterson
2012-09-12 17:40:41 -07:00
parent 107e322351
commit 9942228d6a
4 changed files with 1 additions and 88 deletions

View File

@@ -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;