Backout 7e28d1a2c648, 330b210f503d, 2421d39e0ab3, aa978ffa44bc, 38a71ae7e06d, b94319584a7a, 7e8278f5e814, 0b4e3c7608ab, 329c07609ca8, 0d61a0d8dba4, Due to Ts regression on Android
This commit is contained in:
@@ -487,7 +487,6 @@ public:
|
||||
nsGeoPosition* GeoPosition() { return mGeoPosition; }
|
||||
double Bandwidth() { return mBandwidth; }
|
||||
bool CanBeMetered() { return mCanBeMetered; }
|
||||
short ScreenOrientation() { return mScreenOrientation; }
|
||||
|
||||
protected:
|
||||
int mAction;
|
||||
@@ -511,7 +510,6 @@ protected:
|
||||
nsRefPtr<nsGeoPosition> mGeoPosition;
|
||||
double mBandwidth;
|
||||
bool mCanBeMetered;
|
||||
short mScreenOrientation;
|
||||
|
||||
void ReadIntArray(nsTArray<int> &aVals,
|
||||
JNIEnv *jenv,
|
||||
@@ -563,8 +561,6 @@ protected:
|
||||
static jfieldID jBandwidthField;
|
||||
static jfieldID jCanBeMeteredField;
|
||||
|
||||
static jfieldID jScreenOrientationField;
|
||||
|
||||
public:
|
||||
enum {
|
||||
NATIVE_POKE = 0,
|
||||
@@ -593,7 +589,6 @@ public:
|
||||
ACTIVITY_RESUMING = 24,
|
||||
SCREENSHOT = 25,
|
||||
SENSOR_ACCURACY = 26,
|
||||
SCREENORIENTATION_CHANGED = 27,
|
||||
dummy_java_enum_list_end
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user