Comment #4 on issue 9873 by [email protected]: Linux new tab open perf noticeably slower at larger browser window widths http://code.google.com/p/chromium/issues/detail?id=9873
No, the issue is that we're rendering the entire tabstrip to a bitmap and then blitting that bitmap to the server. It's an inefficient process and can be fixed by limiting the update region when repainting, and more importantly by rendering directly to the server instead of using skia. -- 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 -~----------~----~----~----~------~----~------~--~---
