Merge change I42d00fbe into eclair-mr2

* changes:
  fix issue with plugin surfaces not updating properly within the view system.
This commit is contained in:
Android (Google) Code Review
2009-12-01 12:26:54 -08:00

View File

@@ -2242,6 +2242,7 @@ final class WebViewCore {
}
View pluginView = embeddedSurface.getSurface();
pluginView.setWillNotDraw(false);
ViewManager.ChildView view = mWebView.mViewManager.createView();
view.mView = pluginView;