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

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

Merge change I3dafca18 into eclair-mr2

* changes:
  Enabling plugin surfaces to update their position in the UI.
parents b65a90d7 3dafca18
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();
    }