From f706ef857bd14501d2c91b52e12e6bd387f63dad Mon Sep 17 00:00:00 2001 From: Grace Kloba Date: Mon, 19 Apr 2010 16:05:19 -0700 Subject: [PATCH] Update the comment which supposed to be checked in in the last CL. Fix http://b/issue?id=2607352 --- core/java/android/webkit/PluginFullScreenHolder.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/java/android/webkit/PluginFullScreenHolder.java b/core/java/android/webkit/PluginFullScreenHolder.java index 1deca67562dc5..ae326d597997f 100644 --- a/core/java/android/webkit/PluginFullScreenHolder.java +++ b/core/java/android/webkit/PluginFullScreenHolder.java @@ -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()) {