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

Commit 8b98284b authored by Russell Brenner's avatar Russell Brenner Committed by Android Git Automerger
Browse files

am 64796477: Merge "DO NOT MERGE-Refire the redraw event if webkit wasn\'t...

am 64796477: Merge "DO NOT MERGE-Refire the redraw event if webkit wasn\'t ready" into honeycomb-mr2

* commit '64796477':
  DO NOT MERGE-Refire the redraw event if webkit wasn't ready
parents 00b3a5c6 64796477
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2017,7 +2017,8 @@ final class WebViewCore {
        if (DebugFlags.WEB_VIEW_CORE) Log.v(LOGTAG, "webkitDraw start");
        draw.mBaseLayer = nativeRecordContent(draw.mInvalRegion, draw.mContentSize);
        if (draw.mBaseLayer == 0) {
            if (DebugFlags.WEB_VIEW_CORE) Log.v(LOGTAG, "webkitDraw abort");
            if (DebugFlags.WEB_VIEW_CORE) Log.v(LOGTAG, "webkitDraw abort, resending draw message");
            mEventHub.sendMessage(Message.obtain(null, EventHub.WEBKIT_DRAW));
            return;
        }
        webkitDraw(draw);