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

Commit 3dafca18 authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

Enabling plugin surfaces to update their position in the UI.

parent d5ad08bd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2215,6 +2215,11 @@ final class WebViewCore {
        return view;
    }
    
    private void updateSurface(ViewManager.ChildView childView, int x, int y,
            int width, int height) {
        childView.attachView(x, y, width, height);
    }

    private void destroySurface(ViewManager.ChildView childView) {
        childView.removeView();
    }