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

This commit is contained in:
Ben Murdoch
2011-09-26 06:19:56 -07:00
committed by Android (Google) Code Review

View File

@@ -4302,6 +4302,7 @@ public class WebView extends AbsoluteLayout
selectionDone();
}
mOrientation = newConfig.orientation;
contentInvalidateAll();
}
/**