• Grace Kloba's avatar
    Do not call invalidate() in draw(). This improved · 260bdb78
    Grace Kloba authored
    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
    260bdb78
BrowserActivity.java 156 KB