Comment #4 on issue 23640 by [email protected]: Download started animation is janky http://code.google.com/p/chromium/issues/detail?id=23640
We don't require you to run with compositing. But your desktop will look somewhat worse; and there's nothing we can do about that. *Although* When writing the above patch I noticed we don't have ShouldRenderRichAnimation() implemented on linux or mac: // Returns true if rich animations should be rendered. // Looks at session type (e.g. remote desktop) and accessibility settings // to give guidance for heavy animations such as "start download" arrow. static bool ShouldRenderRichAnimation(); Compositing is one of the signals we could use to determine the value of this function. But even then our solution for the download arrow would be to just turn it off, which is perhaps not a desirable conclusion. -- 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 -~----------~----~----~----~------~----~------~--~---
