commit | 524aab57cdad19514443e52a0710d0e2b148f281 | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Wed Apr 07 11:12:52 2010 -0700 |
committer | Grace Kloba <klobag@google.com> | Wed Apr 07 20:32:01 2010 -0700 |
tree | 0d60ad8e54d67b9f51b96c08582d639ead63322b | |
parent | ce59fb8b684357f2a10ab62368beeece34bc0e5d [diff] |
For performance reason, we choose to block the picture update during drag and fling. For sites like nytimes.com, there is a JavaScript constantly updating the content. If we don't block the live update during drag/fling, frame rate can drop by 30%. This essentially reverted the CL for http://b/issue?id=2310295. But as we honor preventDefault on touch move now, the two sites mentioned in that bug do not have problem even after this CL. Fix http://b/issue?id=2574172