Bug 604090 - Notify java wrapper when we're ready to take events, r=blassey a=blocking-fennec
This commit is contained in:
@@ -123,8 +123,6 @@ class GeckoSurfaceView
|
||||
GeckoAppShell.scheduleRedraw();
|
||||
mSurfaceNeedsRedraw = false;
|
||||
}
|
||||
|
||||
mSurfaceChanged = true;
|
||||
} finally {
|
||||
mSurfaceLock.unlock();
|
||||
}
|
||||
@@ -192,8 +190,6 @@ class GeckoSurfaceView
|
||||
Log.e("GeckoAppJava", "endDrawing with false mSurfaceValid");
|
||||
return;
|
||||
}
|
||||
} catch (java.lang.IllegalArgumentException ex) {
|
||||
mSurfaceChanged = true;
|
||||
} finally {
|
||||
mInDrawing = false;
|
||||
|
||||
@@ -288,10 +284,6 @@ class GeckoSurfaceView
|
||||
// Do we need to force a redraw on surfaceChanged?
|
||||
boolean mSurfaceNeedsRedraw;
|
||||
|
||||
// Has this surface been changed? (That is,
|
||||
// do we need to recreate buffers?)
|
||||
boolean mSurfaceChanged;
|
||||
|
||||
// Are we actively between beginDrawing/endDrawing?
|
||||
boolean mInDrawing;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user