OSDN Git Service

DO NOT MERGE.
authorGrace Kloba <klobag@google.com>
Thu, 14 Jan 2010 02:07:24 +0000 (18:07 -0800)
committerGrace Kloba <klobag@google.com>
Thu, 14 Jan 2010 03:02:11 +0000 (19:02 -0800)
commitf48712a096831a3b85a5e18dabd44a541f6b4712
tree05b0f57485f0079620882195380bd758e8af59e9
parentdbb3061334333f32b6f12c294a551bd2a4a3844c
DO NOT MERGE.

If the old screen width is 0, don't bother find the
node to realign the page.

This shaves off 1/2 of the increased time in the
page_cycler due to the new pinch changes.

e.g. with moz suite.
It was 201422 ms
After pinch changes, it is 218531 ms
After this change, it is 207367 ms

Fix http://b/issue?id=2371694
WebKit/android/jni/WebViewCore.cpp