Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 732a1223 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I42d00fbe into eclair-mr2

* changes:
  fix issue with plugin surfaces not updating properly within the view system.
parents ed90811e 42d00fbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2242,6 +2242,7 @@ final class WebViewCore {
        }

        View pluginView = embeddedSurface.getSurface();
        pluginView.setWillNotDraw(false);

        ViewManager.ChildView view = mWebView.mViewManager.createView();
        view.mView = pluginView;