OSDN Git Service

Fix WebViewCore::createBaseLayer() to always do a layout and paint the background...
authorSteve Block <steveblock@google.com>
Thu, 24 Nov 2011 15:24:03 +0000 (15:24 +0000)
committerSteve Block <steveblock@google.com>
Thu, 24 Nov 2011 15:56:20 +0000 (15:56 +0000)
commit92aa6da37acade932d9c3c90b1a0511adc2eab75
treedcda26e23441433869d9b6d56eeb0ecb6c5b4e33
parent3eaf0f8cdb150a43732c8391a73046811b3c378d
Fix WebViewCore::createBaseLayer() to always do a layout and paint the background color

It seems that it's not valid to do this only when the base layer's inval region
is not empty.

This is a partial revert of https://android-git.corp.google.com/g/#/c/142481.

Bug: 5501576
Change-Id: Ie608674e0b61e0d6280777583c64499ff5afe8a3
Source/WebKit/android/jni/WebViewCore.cpp