Comment #1 on issue 17696 by tony.chromium: theme install is slow on linux http://code.google.com/p/chromium/issues/detail?id=17696
Some quick profiling seems to suggest that it's the calls to GenerateFrameImages and GenerateTabImages that are slow. In particular, generating the bitmaps for IDR_THEME_TAB_BACKGROUND and IDR_THEME_TAB_BACKGROUND_INCOGNITO is slow. Seems like we could move this to a background thread, but we have to be careful about updating the image cache's safely. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
