summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2010-04-19 16:05:19 -0700
committerGrace Kloba <klobag@google.com>2010-04-19 16:05:19 -0700
commitf706ef857bd14501d2c91b52e12e6bd387f63dad (patch)
treea25dfd5a88398e0f149a185ec1f32eed1079f82b /core/java
parent6edb3792d83e6e299a9d330db938075634e76d14 (diff)
downloadframeworks_base-f706ef857bd14501d2c91b52e12e6bd387f63dad.zip
frameworks_base-f706ef857bd14501d2c91b52e12e6bd387f63dad.tar.gz
frameworks_base-f706ef857bd14501d2c91b52e12e6bd387f63dad.tar.bz2
Update the comment which supposed to be checked in
in the last CL. Fix http://b/issue?id=2607352
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/webkit/PluginFullScreenHolder.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/webkit/PluginFullScreenHolder.java b/core/java/android/webkit/PluginFullScreenHolder.java
index 1deca67..ae326d5 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()) {