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.mEncoding,
loadParams.mHistoryUrl);
nativeContentInvalidateAll();
break;
case STOP_LOADING: