am 76a9b9c2: Merge change 25567 into eclair

Merge commit '76a9b9c246efc116967691c5a362c1f68daa6a0b' into eclair-plus-aosp

* commit '76a9b9c246efc116967691c5a362c1f68daa6a0b':
  The starting progress for WebView should be 100 as it is
This commit is contained in:
Grace Kloba
2009-09-17 14:58:48 -07:00
committed by Android Git Automerger

View File

@@ -65,7 +65,8 @@ class CallbackProxy extends Handler {
// Keep track of multiple progress updates.
private boolean mProgressUpdatePending;
// Keep track of the last progress amount.
private volatile int mLatestProgress;
// Start with 100 to indicate it is not in load for the empty page.
private volatile int mLatestProgress = 100;
// Back/Forward list
private final WebBackForwardList mBackForwardList;
// Used to call startActivity during url override.