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

Commit 0d74112e authored by Russell Brenner's avatar Russell Brenner Committed by Android (Google) Code Review
Browse files

Merge "merge from honeycomb mr2"

parents 4c74c03f 70ecf978
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2002,7 +2002,8 @@ public 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);