am 6d181166: Merge change 26615 into eclair

Merge commit '6d181166a2e5c819e274397f90e33d340061750f' into eclair-plus-aosp

* commit '6d181166a2e5c819e274397f90e33d340061750f':
  Provide a getter to access the width of the HTML document.
This commit is contained in:
Leon Scroggins
2009-09-23 11:34:20 -07:00
committed by Android Git Automerger

View File

@@ -2185,6 +2185,14 @@ public class WebView extends AbsoluteLayout
return mContentHeight;
}
/**
* @return the width of the HTML content.
* @hide
*/
public int getContentWidth() {
return mContentWidth;
}
/**
* Pause all layout, parsing, and javascript timers for all webviews. This
* is a global requests, not restricted to just this webview. This can be