diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index b8d71b96cb68c..65ae059565820 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -16,6 +16,7 @@ package android.webkit; +import android.annotation.Widget; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; @@ -207,6 +208,7 @@ import junit.framework.Assert; * changes, and then just leave the WebView alone. It'll automatically * re-orient itself as appropriate.

*/ +@Widget public class WebView extends AbsoluteLayout implements ViewTreeObserver.OnGlobalFocusChangeListener, ViewGroup.OnHierarchyChangeListener {