mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
https://skia.googlesource.com/skia.git/+log/ea47b0e65802..cd9ad409a90d git log ea47b0e65802..cd9ad409a90d --date=short --first-parent --format='%ad %ae %s' 2019-12-13 herb@google.com More cleanup on GrStrikeCache 2019-12-13 brianosman@google.com Remove all layout(ctype=...) from runtime SkSKL 2019-12-13 herb@google.com Use SkTHashTable in GrTextStrike 2019-12-13 herb@google.com Revert "Remove unused fields from GrTextBlobKey" 2019-12-13 herb@google.com Convert GrStrikeCache to sk_sp<GrTextStrike> 2019-12-13 herb@google.com switch to SkPoint for the idea of drawingOrigin 2019-12-13 herb@google.com Convert GrStrikeCache to use SkTHashTable Created with: gclient setdep -r src/third_party/skia@cd9ad409a90d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC djsollen@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: djsollen@google.com