am 14592861: Merge change I3dafca18 into eclair-mr2

Merge commit '145928617af865e867f6f27e99173d2a756b9dfd' into eclair-mr2-plus-aosp

* commit '145928617af865e867f6f27e99173d2a756b9dfd':
  Enabling plugin surfaces to update their position in the UI.
This commit is contained in:
Derek Sollenberger
2009-10-13 11:47:49 -07:00
committed by Android Git Automerger

View File

@@ -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();
}