Changed progress indicator to use drawArc. (#5828)
Using paths' arcTo was causing performance issues in the Gallery. This commit uses Skia's optimized drawArc in order to improve performance, and it rolls the engine to the newest assing build. Fixes #3599. Tracking Skia issue: https://bugs.chromium.org/p/skia/issues/detail?id=5227
Showing
Please register or sign in to comment