Loading core/java/android/webkit/WebViewCore.java +5 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
core/java/android/webkit/WebViewCore.java +5 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading