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

Commit 717c6ae0 authored by Derek Sollenberger's avatar Derek Sollenberger Committed by Android Git Automerger
Browse files

am 2705c8f0: Merge "DO NOT MERGE. force plugins to render on top of browser...

am 2705c8f0: Merge "DO NOT MERGE. force plugins to render on top of browser content." into eclair-mr2

Merge commit '2705c8f0' into eclair-mr2-plus-aosp

* commit '2705c8f0':
  DO NOT MERGE. force plugins to render on top of browser content.
parents c0524d26 2705c8f0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2346,6 +2346,9 @@ final class WebViewCore {
        // ensures the view system knows the view can redraw itself
        pluginView.setWillNotDraw(false);

        if(pluginView instanceof SurfaceView)
            ((SurfaceView)pluginView).setZOrderOnTop(true);

        ViewManager.ChildView view = mWebView.mViewManager.createView();
        view.mView = pluginView;
        view.attachView(x, y, width, height);