OSDN Git Service

Do not call invalidate() in draw(). This improved
authorGrace Kloba <klobag@google.com>
Thu, 18 Mar 2010 04:11:15 +0000 (21:11 -0700)
committerGrace Kloba <klobag@google.com>
Thu, 18 Mar 2010 05:48:20 +0000 (22:48 -0700)
commit1542f74d866056aac0cc5ffc328940a4b8ba626c
treeaa8f8072bf5b8b2fd932beb265a908d249f13704
parentcc9491236354dd59bffc976f6b55b86e558dc628
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
src/com/android/browser/BrowserActivity.java