commit | 396dbf45e301625e0712a5c6eb088cae0ff5b8c5 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 30 12:02:45 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 30 12:02:45 2009 -0700 |
tree | 7d81fb2b6ac9649dbef2443f8c0919eb73ed4bdc | |
parent | 5483c50688ca737d9bc4e3f572e3c9fa4f845182 [diff] | |
parent | ef347ef9107a8ca6ab85029528e2c1518440b2c3 [diff] |
Merge change 9175 * changes: Fix 2016808. We used to send the new scale/scroll info to the UI thread after WebCore finish the first layout. As the picture in the UI thread is still the previous one, if there is a UI update happened before we generate the new picture, the new scale/scroll will be applied to the old picture.