Allow redraw while a finger is down. Make this logic work properly later.

This commit is contained in:
Patrick Walton 2012-02-07 23:37:29 -08:00
parent 25b146219c
commit 67c4b7f7be

View File

@ -265,8 +265,10 @@ public abstract class GeckoLayerClient extends LayerClient implements GeckoEvent
}
private void adjustViewportWithThrottling() {
if (!getLayerController().getRedrawHint())
return;
// FIXME: Allow redraw while a finger is down, but only if we're about to checkerboard.
// This requires fixing aboutToCheckerboard() to know about the new buffer size.
/*if (!getLayerController().getRedrawHint())
return;*/
if (mPendingViewportAdjust)
return;