OSDN Git Service

Update the comment which supposed to be checked in
authorGrace Kloba <klobag@google.com>
Mon, 19 Apr 2010 23:05:19 +0000 (16:05 -0700)
committerGrace Kloba <klobag@google.com>
Mon, 19 Apr 2010 23:05:19 +0000 (16:05 -0700)
in the last CL.

Fix http://b/issue?id=2607352

core/java/android/webkit/PluginFullScreenHolder.java

index 1deca67..ae326d5 100644 (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()) {