commit | 1542f74d866056aac0cc5ffc328940a4b8ba626c | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Wed Mar 17 21:11:15 2010 -0700 |
committer | Grace Kloba <klobag@google.com> | Wed Mar 17 22:48:20 2010 -0700 |
tree | aa8f8072bf5b8b2fd932beb265a908d249f13704 | |
parent | cc9491236354dd59bffc976f6b55b86e558dc628 [diff] |
Do not call invalidate() in draw(). This improved Browser loading performance by 10%. Loading nytimes.com on Sholes with plugin dropped from 30s to 26s. As FakedTitleBar is shown while a page is loading, there is no need to update the WebView TitleBar's progress which is always behind.This improved Browser loading performance by another 10%. Loading nytimes.com on Sholes with plugin dropped from 26s to 23s. Fix http://b/issue?id=2520517