OSDN Git Service

Fix regression blocking the page cycler
authorNicolas Roard <nicolasroard@google.com>
Thu, 24 Mar 2011 21:30:55 +0000 (14:30 -0700)
committerNicolas Roard <nicolasroard@google.com>
Thu, 24 Mar 2011 21:30:55 +0000 (14:30 -0700)
commit557855a0cf753d49915b11849f3fa4a2c23c2c18
tree6d81a45fd0b429928701d2450ad2da36cacc3bcc
parent909e9c7e41ff3d446960cd840fb9aa055fef6812
Fix regression blocking the page cycler
The bug caused a continuous redraw if you had a webview without content;
the Activity containing the webview would thus not be marked as idle.
The pagecycler is launching such an activity and wait until it's idle
to determinate that it's usable to loade urls...

bug:4172381
Change-Id: I6c838c5f6757186d01e8e476a8fc5101ea00ed15
WebCore/platform/graphics/android/TiledPage.cpp