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

Commit bc20686f authored by Ben Murdoch's avatar Ben Murdoch Committed by Android Git Automerger
Browse files

am 6a3e7015: am d4bc9577: am 1eee52b1: Merge "Add <ol> formatting to...

am 6a3e7015: am d4bc9577: am 1eee52b1: Merge "Add <ol> formatting to WebView#enableSlowWholeDocumentDraw documentation." into lmp-mr1-dev

* commit '6a3e7015':
  Add <ol> formatting to WebView#enableSlowWholeDocumentDraw documentation.
parents 359fc655 6a3e7015
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -1662,11 +1662,12 @@ public class WebView extends AbsoluteLayout
     * the portion of the HTML document that needs to be drawn. These
     * optimizations are transparent to the developers. However, under certain
     * circumstances, an App developer may want to disable them:
     * 1. When an app uses {@link #onDraw} to do own drawing and accesses portions
     * of the page that is way outside the visible portion of the page.
     * 2. When an app uses {@link #capturePicture} to capture a very large HTML document.
     * Note that capturePicture is a deprecated API.
     *
     * <ol>
     *   <li>When an app uses {@link #onDraw} to do own drawing and accesses portions
     *       of the page that is way outside the visible portion of the page.</li>
     *   <li>When an app uses {@link #capturePicture} to capture a very large HTML document.
     *       Note that capturePicture is a deprecated API.</li>
     * </ol>
     * Enabling drawing the entire HTML document has a significant performance
     * cost. This method should be called before any WebViews are created.
     */