Merge "Force a WebView pictureset reset on screen rotation."

This commit is contained in:
Mangesh Ghiware
2011-09-29 15:57:51 -07:00
committed by Android (Google) Code Review

View File

@@ -4308,7 +4308,7 @@ public class WebView extends AbsoluteLayout
selectionDone();
}
mOrientation = newConfig.orientation;
contentInvalidateAll();
mWebViewCore.sendMessage(EventHub.CLEAR_CONTENT);
}
/**