Merge "After calling loadData invalidate the content"

This commit is contained in:
John Reck
2011-08-26 11:15:29 -07:00
committed by Android (Google) Code Review

View File

@@ -1172,6 +1172,7 @@ public final class WebViewCore {
loadParams.mMimeType, loadParams.mMimeType,
loadParams.mEncoding, loadParams.mEncoding,
loadParams.mHistoryUrl); loadParams.mHistoryUrl);
nativeContentInvalidateAll();
break; break;
case STOP_LOADING: case STOP_LOADING: