Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d181166 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 26615 into eclair

* changes:
  Provide a getter to access the width of the HTML document.
parents 9d12fdb1 ea96d1e2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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