am 8f655cb6: Merge "Update the comment which supposed to be checked in in the last CL." into froyo

Merge commit '8f655cb6c836380778545fb13044d97ef57139d6' into froyo-plus-aosp

* commit '8f655cb6c836380778545fb13044d97ef57139d6':
  Update the comment which supposed to be checked in
This commit is contained in:
Grace Kloba
2010-04-19 16:15:41 -07:00
committed by Android Git Automerger

View File

@@ -54,7 +54,8 @@ class PluginFullScreenHolder extends Dialog {
ViewGroup.LayoutParams.MATCH_PARENT));
// fixed size is only used either during pinch zoom or surface is too
// big. Make sure it is not fixed size before setting it to the full
// screen content view
// screen content view. The SurfaceView will be set to the correct mode
// by the ViewManager when it is re-attached to the WebView.
if (contentView instanceof SurfaceView) {
final SurfaceView sView = (SurfaceView) contentView;
if (sView.isFixedSize()) {