Loading core/java/android/webkit/WebViewCore.java +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
core/java/android/webkit/WebViewCore.java +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading